Table of Contents

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

angle double

Imaginary value.

axis AxisSmithBase

Axis.

Properties

ImgValue

Imaginary value.

public double ImgValue { get; }

Property Value

double

ImgValueAsString

Imaginary value as string.

public string ImgValueAsString { get; set; }

Property Value

string