TradingChartShowTimeLabels Property |
LightningChart .NET Help
Show the time labels below the chart.
Namespace:
Arction.CustomControls.Trader.WPF
Assembly:
Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(true)]
public bool ShowTimeLabels { get; set; }<DefaultValueAttribute(true)>
Public Property ShowTimeLabels As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool ShowTimeLabels {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also