Table of Contents

Struct RangeInfo

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

Axis range information.

public struct RangeInfo
Inherited Members

Fields

Axis

Axis.

public AxisBase Axis

Field Value

AxisBase

CurrentMax

Current maximum value.

public double CurrentMax

Field Value

double

CurrentMin

Current minimum value.

public double CurrentMin

Field Value

double