AxisBaseCustomTicksEnabled Property |
LightningChart .NET Help
Custom ticks on/off. Uses the ticks defined in CustomTicks property.
If this is enabled, only major ticks are drawn, not minor.
Namespace:
Arction.WinForms.Charting.Axes
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(false)]
public bool CustomTicksEnabled { get; set; }<DefaultValueAttribute(false)>
Public Property CustomTicksEnabled As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool CustomTicksEnabled {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also