ViewPie3DThickness Property |
LightningChart .NET Help
Gets or sets pie thickness. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Views.ViewPie3D
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.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