Enum LogLabelsType
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Logarithmic axis labels type.
public enum LogLabelsType
Fields
Log10Exponential = 1When LogBase is 10, shows the labels like 1.0E-3, 1.0E-2 1.0E-1, 1.0E0, 1.0E1, 1.0E2 etc.
LogE_MultiplesOfNeper = 2When LogBase is Math.E (neper), shows the labels like 1e, 2e, 3e...
Regular = 0No special formatting.