StockSeriesItemWidth Property |
LightningChart .NET Help
Gets or sets item width. 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(9)]
public int ItemWidth { get; set; }<DefaultValueAttribute(9)>
Public Property ItemWidth As Integer
Get
Set
public:
[DefaultValueAttribute(9)]
property int ItemWidth {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also