Class StyleAxisX
X axis specific style
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Charting.Styles
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class StyleAxisX : StyleAxis, IChartingStateManagedItem, IChartingStateManager, ICloneable
Constructors
StyleAxisX(ChartXAxis)
Creates new instance of StyleAxisX class
Declaration
public StyleAxisX(ChartXAxis axis)
Parameters
ChartXAxis
axis
Axis related to |
Properties
MinorGridLines
Specifies major ticks options
Declaration
[SkinnableProperty]
public override StyleGridLine MinorGridLines { get; }
Property Value
StyleGridLine
|
Overrides
MinorTick
Specifies minor ticks options
Declaration
[SkinnableProperty]
public override StyleTickMinor MinorTick { get; }
Property Value
StyleTickMinor
|