Table of Contents

Class FormatValueLabelEventArgs

Namespace
LightningChartLib.WinForms.Charting.Axes
Assembly
LightningChart.WinForms.Charting.NET4.dll

Represents a class that provides arguments for the FormatValueLabel event.

public class FormatValueLabelEventArgs : ChartEventArgs
Inheritance
FormatValueLabelEventArgs
Inherited Members

Constructors

FormatValueLabelEventArgs()

Creates and initializes a new instance of FormatValueLabelEventArgs class.

public FormatValueLabelEventArgs()

Fields

Axis

Axis object.

public AxisBase Axis

Field Value

AxisBase

Value

Axis tick value.

public double Value

Field Value

double