Table of Contents

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

SeriesBase3D

Value

Value.

public double Value

Field Value

double

ValueAsString

Value as string.

public string ValueAsString

Field Value

string