OrientationArrowsOptions3DArrowWidth Property |
LightningChart .NET Help
Orientation Arrow's width in screen pixels.
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), "2")]
public double ArrowWidth { get; set; }<DefaultValueAttribute(GetType(Double), "2")>
Public Property ArrowWidth As Double
Get
Set
public:
[DefaultValueAttribute(typeof(double), L"2")]
property double ArrowWidth {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also