BarSeries3DDetailLevel Property |
LightningChart .NET Help
Detail level on some draw styles.
Namespace:
Arction.Wpf.Charting.Series3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(60)]
public int DetailLevel { get; set; }<DefaultValueAttribute(60)>
Public Property DetailLevel As Integer
Get
Set
public:
[DefaultValueAttribute(60)]
property int DetailLevel {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also