Click or drag to resize

AxisBaseCustomTicks Property

LightningChart .NET Help
Custom axis ticks. Allows uneven major division spacing and label text setting. Note that to see the ticks you must set CustomAxisTicksEnabled property to true.

Namespace:  Arction.WinForms.Charting.Axes
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public List<CustomAxisTick> CustomTicks { get; set; }

Property Value

Type: ListCustomAxisTick
See Also