BarSeries3DCornerPercentage Property |
LightningChart .NET Help
Corner percentage on rounded cylinder and beveled styles.
Namespace:
Arction.WinForms.Charting.Series3D
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(double), "25")]
public double CornerPercentage { get; set; }<DefaultValueAttribute(GetType(Double), "25")>
Public Property CornerPercentage As Double
Get
Set
public:
[DefaultValueAttribute(typeof(double), L"25")]
property double CornerPercentage {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also