Click or drag to resize
AxisTickPosition Enumeration
Specifies the axis Ticks location relatively to plot area

Namespace: Kettic.AspNet.Controls.ChartModel.Styles
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum AxisTickPosition
Members
  Member nameValueDescription
Inside0 Inside of plot area
Outside1 Outside of plot area (default value)
Cross2 Tick line crosses the axis line
See Also