ClassStyleAxisX
Class
X axis specific style
Definition
Namespace:Telerik.Charting.Styles
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class StyleAxisX : StyleAxis, IChartingStateManagedItem, IChartingStateManager, ICloneable
Inheritance: objectStateManagedObjectStyleBorderLineStyleStyleAxisStyleAxisX
Implements:
Inherited Members
Constructors
StyleAxisX(ChartXAxis)
Creates new instance of StyleAxisX class
Declaration
cs-api-definition
public StyleAxisX(ChartXAxis axis)
Parameters
axis
Axis related to
Properties
MinorGridLines
Specifies major ticks options
Declaration
cs-api-definition
[Browsable(false)]
[SkinnableProperty]
public override StyleGridLine MinorGridLines { get; }
Property Value
Overrides
MinorTick
Specifies minor ticks options
Declaration
cs-api-definition
[Browsable(false)]
[SkinnableProperty]
public override StyleTickMinor MinorTick { get; }
Property Value
Overrides