ZoomPanOptions3DZoomInBoxLineStyle Property |
LightningChart .NET Help
Zoom box edge line style when box-zooming in.
Namespace:
Arction.Wpf.Charting.Views.View3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic LineStyle3DZoomBox ZoomInBoxLineStyle { get; set; }Public Property ZoomInBoxLineStyle As LineStyle3DZoomBox
Get
Set
public:
property LineStyle3DZoomBox^ ZoomInBoxLineStyle {
LineStyle3DZoomBox^ get ();
void set (LineStyle3DZoomBox^ value);
}Property Value
Type:
LineStyle3DZoomBox
See Also