OrientationArrowsOptions3DArrowLength Property |
LightningChart .NET Help
Orientation Arrow's length in screen pixels, maximum projection.
Namespace:
Arction.WinForms.Charting.Views.View3D
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(double), "100")]
public double ArrowLength { get; set; }<DefaultValueAttribute(GetType(Double), "100")>
Public Property ArrowLength As Double
Get
Set
public:
[DefaultValueAttribute(typeof(double), L"100")]
property double ArrowLength {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also