ErrorBarSettingsEndLength Property |
LightningChart .NET Help
Gets or sets end length. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Views.ViewXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(10)]
public int EndLength { get; set; }<DefaultValueAttribute(10)>
Public Property EndLength As Integer
Get
Set
public:
[DefaultValueAttribute(10)]
property int EndLength {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also