ScrollButtonOptionsAutoSize Property |
LightningChart .NET Help
Automatically size the scroll buttons. Width and height are set to match bar height.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(true)]
public bool AutoSize { get; set; }<DefaultValueAttribute(true)>
Public Property AutoSize As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool AutoSize {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also