Table of Contents

Class BoundsDoublePolar

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

Polar boundaries. Angle minimum...angle maximum and radius minimum... radius maximum.

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

Constructors

BoundsDoublePolar()

Simple constructor for Form designer's list editor.

public BoundsDoublePolar()

BoundsDoublePolar(IChartNode, double, double, double, double)

Constructor

public BoundsDoublePolar(IChartNode owner, double angleMin, double angleMax, double radiusMin, double radiusMax)

Parameters

owner IChartNode

Parent.

angleMin double

Angle minimum

angleMax double

Angle maximum

radiusMin double

Radius minimum

radiusMax double

Radius maximum

BoundsDoublePolar(double, double, double, double)

Constructor

public BoundsDoublePolar(double angleMin, double angleMax, double radiusMin, double radiusMax)

Parameters

angleMin double

Angle minimum

angleMax double

Angle maximum

radiusMin double

Radius minimum

radiusMax double

Radius maximum

Properties

AngleMax

Angle maximum value

public double AngleMax { get; set; }

Property Value

double

AngleMin

Angle minimum value

public double AngleMin { get; set; }

Property Value

double

RadiusMax

Radius maximum value

public double RadiusMax { get; set; }

Property Value

double

RadiusMin

Radius minimum value

public double RadiusMin { 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 aMin, double rMin, double aMax, double rMax)

Parameters

aMin double

Angle min value

rMin double

Radius min value

aMax double

Angle max value

rMax double

Radius max value

Remarks

Does not refresh chart

ToString()

Convert class description to string

public override string ToString()

Returns

string

String