HalfDonutEndAngle Property |
LightningChart .NET Help
Sector end angle. Value must be between StartAngle (exclusive) and 360 (inclusive).
Namespace:
Arction.CustomControls.Wpf
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic double EndAngle { get; set; }Public Property EndAngle As Double
Get
Set
public:
property double EndAngle {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also