Class SupplyCustomImgStringEventArgs
- Namespace
- LightningChartLib.WinForms.Charting.Axes
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Imaginary value event arguments class.
public class SupplyCustomImgStringEventArgs : EventArgs
- Inheritance
-
SupplyCustomImgStringEventArgs
- Inherited Members
Constructors
SupplyCustomImgStringEventArgs(double, AxisSmithBase)
Constructor.
public SupplyCustomImgStringEventArgs(double angle, AxisSmithBase axis)
Parameters
angledoubleImaginary value.
axisAxisSmithBaseAxis.
Properties
ImgValue
Imaginary value.
public double ImgValue { get; }
Property Value
ImgValueAsString
Imaginary value as string.
public string ImgValueAsString { get; set; }