Table of Contents

Class BoundsDoubleXY

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

XY boundaries. X minimum...X maximum and Y minimum... Y maximum.

[TypeConverter(typeof(ExpandableObjectConverter))]
public class BoundsDoubleXY : ChartNode, IChartNode, IDisposable
Inheritance
BoundsDoubleXY
Implements
Inherited Members

Constructors

BoundsDoubleXY()

Constructor for Form designer list editor

public BoundsDoubleXY()

BoundsDoubleXY(IChartNode, double, double, double, double)

Constructor

public BoundsDoubleXY(IChartNode owner, double xMin, double xMax, double yMin, double yMax)

Parameters

owner IChartNode

Parent.

xMin double

X minimum

xMax double

X maximum

yMin double

Y minimum

yMax double

Y maximum

BoundsDoubleXY(double, double, double, double)

Constructor

public BoundsDoubleXY(double xMin, double xMax, double yMin, double yMax)

Parameters

xMin double

X minimum

xMax double

X maximum

yMin double

Y minimum

yMax double

Y maximum

Properties

XMax

X maximum value

public double XMax { get; set; }

Property Value

double

XMin

X minimum value

public double XMin { get; set; }

Property Value

double

YMax

Y maximum value

public double YMax { get; set; }

Property Value

double

YMin

Y minimum value

public double YMin { get; set; }

Property Value

double

Methods

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

true if managed resources should be disposed, otherwise false.

SetValues(double, double, double, double)

Set all values.

public void SetValues(double xMin, double xMax, double yMin, double yMax)

Parameters

xMin double

X minimum value

xMax double

X maximum value

yMin double

Y minimum value

yMax double

Y maximum value

Remarks

Does not refresh chart

ToString()

Convert class description to string

public override string ToString()

Returns

string

String