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