StockSeriesStickWidth Property |
LightningChart .NET Help
Stick width.
Namespace:
Arction.Wpf.Charting.SeriesXY
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(2)]
public int StickWidth { get; set; }<DefaultValueAttribute(2)>
Public Property StickWidth As Integer
Get
Set
public:
[DefaultValueAttribute(2)]
property int StickWidth {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also