Class SupplyCustomAmplitudeStringEventArgs
- Namespace
- LightningChartLib.WinForms.Charting.Axes
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Represents a class that provides arguments for the SupplyCustomAmplitudeString event.
public class SupplyCustomAmplitudeStringEventArgs : ChartEventArgs
- Inheritance
-
SupplyCustomAmplitudeStringEventArgs
- Inherited Members
Constructors
SupplyCustomAmplitudeStringEventArgs()
Creates and initializes a new instance of SupplyCustomAmplitudeStringEventArgs class.
public SupplyCustomAmplitudeStringEventArgs()
Fields
Value
Value.
public double Value
Field Value
ValueAsString
Value as string.
public string ValueAsString