Table of Contents

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

value double

Real value.

axis AxisSmithBase

Axis.

Properties

RealValue

Real value.

public double RealValue { get; }

Property Value

double

RealValueAsString

Real value as string.

public string RealValueAsString { get; set; }

Property Value

string