ZoomPanOptions3DZoomInBoxLineStyle Property |
LightningChart .NET Help
Gets or sets zoom in box line style. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.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