AxisTitle3DDistanceToAxis Property |
LightningChart .NET Help
Title distance from axis line, in 3D world space
Namespace:
Arction.WinForms.Charting.Titles
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(double), "8")]
public double DistanceToAxis { get; set; }<DefaultValueAttribute(GetType(Double), "8")>
Public Property DistanceToAxis As Double
Get
Set
public:
[DefaultValueAttribute(typeof(double), L"8")]
property double DistanceToAxis {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also