Class StyleAxisX
X axis specific style
Inherited Members
Namespace: Telerik.Reporting.Charting.Styles
Assembly: Telerik.Reporting.dll
Syntax
public class StyleAxisX : StyleAxis, IChartingStateManagedItem, IChartingStateManager, ICloneable, IDisposable
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
|