TradingChartShowWeekNumbers Property |
LightningChart .NET Help
Show the week numbers above the chart.
Namespace:
Arction.CustomControls.Trader.WinForms
Assembly:
Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(true)]
public bool ShowWeekNumbers { get; set; }<DefaultValueAttribute(true)>
Public Property ShowWeekNumbers As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool ShowWeekNumbers {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also