FibonacciFanLabelDistance Property |
LightningChart .NET Help
Label distance to the Fibonacci lines in pixels.
Namespace:
Arction.CustomControls.Trader.WinForms.DrawingTools
Assembly:
Arction.WinForms.TradingCharts (in Arction.WinForms.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