Click or drag to resize

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.Wpf.Charting.Axes
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(false)]
public bool CustomTicksEnabled { get; set; }

Property Value

Type: Boolean
See Also