ViewPie3DThickness Property |
LightningChart .NET Help
Pie thickness.
Namespace:
Arction.WinForms.Charting.Views.ViewPie3D
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(double), "25")]
public double Thickness { get; set; }<DefaultValueAttribute(GetType(Double), "25")>
Public Property Thickness As Double
Get
Set
public:
[DefaultValueAttribute(typeof(double), L"25")]
property double Thickness {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also