Class SupplyCustomRealStringEventArgs
- Namespace
- LightningChartLib.WinForms.Charting.Axes
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Axis value event arguments class.
public class SupplyCustomRealStringEventArgs : EventArgs
- Inheritance
-
SupplyCustomRealStringEventArgs
- Inherited Members
Constructors
SupplyCustomRealStringEventArgs(double, AxisSmithBase)
Constructor.
public SupplyCustomRealStringEventArgs(double value, AxisSmithBase axis)
Parameters
valuedoubleReal value.
axisAxisSmithBaseAxis.
Properties
RealValue
Real value.
public double RealValue { get; }
Property Value
RealValueAsString
Real value as string.
public string RealValueAsString { get; set; }