AxisBorderMajorTick Property |
ChartAxis major ticks style
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public MajorTickBorder MajorTick { get; }
<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public ReadOnly Property MajorTick As MajorTickBorder
Get
public:
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
property MajorTickBorder^ MajorTick {
MajorTickBorder^ get ();
}
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
member MajorTick : MajorTickBorder with get
Property Value
Type:
MajorTickBorder
See Also