ViewPie3DStartAngle Property |
LightningChart .NET Help
Pie first item start angle.
Namespace:
Arction.Wpf.Charting.Views.ViewPie3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(double), "0")]
public double StartAngle { get; set; }<DefaultValueAttribute(GetType(Double), "0")>
Public Property StartAngle As Double
Get
Set
public:
[DefaultValueAttribute(typeof(double), L"0")]
property double StartAngle {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also