SectorBeginAngle Property |
LightningChart .NET Help
Sector begin angle.
Namespace:
Arction.WinForms.Charting.SeriesPolar
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(double), "0")]
public double BeginAngle { get; set; }<DefaultValueAttribute(GetType(Double), "0")>
Public Property BeginAngle As Double
Get
Set
public:
[DefaultValueAttribute(typeof(double), L"0")]
property double BeginAngle {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also