LegendBoxBaseScrollBarVisibility Property |
LightningChart .NET Help
LegendBox scroll bar visibility setting.
Namespace:
Arction.WinForms.Charting.Views
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(LegendBoxBaseLegendBoxScrollBarVisibility.Both)]
public LegendBoxBaseLegendBoxScrollBarVisibility ScrollBarVisibility { get; set; }<DefaultValueAttribute(LegendBoxBaseLegendBoxScrollBarVisibility.Both)>
Public Property ScrollBarVisibility As LegendBoxBaseLegendBoxScrollBarVisibility
Get
Set
public:
[DefaultValueAttribute(LegendBoxBaseLegendBoxScrollBarVisibility::Both)]
property LegendBoxBaseLegendBoxScrollBarVisibility ScrollBarVisibility {
LegendBoxBaseLegendBoxScrollBarVisibility get ();
void set (LegendBoxBaseLegendBoxScrollBarVisibility value);
}Property Value
Type:
LegendBoxBaseLegendBoxScrollBarVisibility
See Also