TradingChartShowToolMenu Property |
LightningChart .NET Help
Show the Drawing Tool and color-theme selection menu in the top-right corner of 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 ShowToolMenu { get; set; }<DefaultValueAttribute(true)>
Public Property ShowToolMenu As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool ShowToolMenu {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also