MiniScaleTitleDistance Property |
LightningChart .NET Help
Label distance from dimension line
Namespace:
Arction.Wpf.Charting.Titles
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(10)]
public int Distance { get; set; }<DefaultValueAttribute(10)>
Public Property Distance As Integer
Get
Set
public:
[DefaultValueAttribute(10)]
property int Distance {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also