Click or drag to resize

LogLabelsType Enumeration

LightningChart .NET Help
Logarithmic axis labels type.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public enum LogLabelsType
Members
  Member nameValueDescription
Regular0 No special formatting.
Log10Exponential1 When LogBase is 10, shows the labels like 1.0E-3, 1.0E-2 1.0E-1, 1.0E0, 1.0E1, 1.0E2 etc.
LogE_MultiplesOfNeper2 When LogBase is Math.E (neper), shows the labels like 1e, 2e, 3e...
See Also