BarSeriesBarThickness Property |
LightningChart .NET Help
Gets or sets bar width in pixels. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(40)]
public int BarThickness { get; set; }<DefaultValueAttribute(40)>
Public Property BarThickness As Integer
Get
Set
public:
[DefaultValueAttribute(40)]
property int BarThickness {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also