Click or drag to resize

Camera3DRotationZMinimum Property

LightningChart .NET Help
Minimum allowed value of RotationZ property.

This can be used to limit camera orientation / location to some specific area.

Namespace:  Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(typeof(double), "-720")]
public double RotationZMinimum { get; set; }

Property Value

Type: Double
See Also