CustomAxisTickStyle Property |
LightningChart .NET Help
Used to set Custom Tick And Grid Style.
Namespace:
Arction.WinForms.Charting.Axes
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(CustomTickStyle), "TickAndGrid")]
public CustomTickStyle Style { get; set; }<DefaultValueAttribute(GetType(CustomTickStyle), "TickAndGrid")>
Public Property Style As CustomTickStyle
Get
Set
public:
[DefaultValueAttribute(typeof(CustomTickStyle), L"TickAndGrid")]
property CustomTickStyle Style {
CustomTickStyle get ();
void set (CustomTickStyle value);
}Property Value
Type:
CustomTickStyle
See Also