FibonacciArcLabelDistance Property |
LightningChart .NET Help
Label distance to the arc lines in pixels.
Namespace:
Arction.CustomControls.Trader.WPF.DrawingTools
Assembly:
Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(int), "10")]
public int LabelDistance { get; set; }<DefaultValueAttribute(GetType(Integer), "10")>
Public Property LabelDistance As Integer
Get
Set
public:
[DefaultValueAttribute(typeof(int), L"10")]
property int LabelDistance {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also