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
ownerIChartNodeParent.
angleMindoubleAngle minimum
angleMaxdoubleAngle maximum
radiusMindoubleRadius minimum
radiusMaxdoubleRadius maximum
BoundsDoublePolar(double, double, double, double)
Constructor
public BoundsDoublePolar(double angleMin, double angleMax, double radiusMin, double radiusMax)
Parameters
angleMindoubleAngle minimum
angleMaxdoubleAngle maximum
radiusMindoubleRadius minimum
radiusMaxdoubleRadius maximum
Properties
AngleMax
Angle maximum value
public double AngleMax { get; set; }
Property Value
AngleMin
Angle minimum value
public double AngleMin { get; set; }
Property Value
RadiusMax
Radius maximum value
public double RadiusMax { get; set; }
Property Value
RadiusMin
Radius minimum value
public double RadiusMin { get; set; }
Property Value
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposingbooltrue 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
aMindoubleAngle min value
rMindoubleRadius min value
aMaxdoubleAngle max value
rMaxdoubleRadius max value
Remarks
Does not refresh chart
ToString()
Convert class description to string
public override string ToString()
Returns
- string
String