ZoomPanOptionsBaseZoomOutRectLine Property |
LightningChart .NET Help
Gets or sets zoom out rectangle line style.
Namespace:
Arction.WinForms.Charting.Views
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic LineStyle ZoomOutRectLine { get; set; }Public Property ZoomOutRectLine As LineStyle
Get
Set
public:
property LineStyle^ ZoomOutRectLine {
LineStyle^ get ();
void set (LineStyle^ value);
}Property Value
Type:
LineStyle
See Also