RoundAxisTitleDistanceToAxis Property |
LightningChart .NET Help
Title distance from axis line
Namespace:
Arction.WinForms.Charting.Titles
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(40)]
public int DistanceToAxis { get; set; }<DefaultValueAttribute(40)>
Public Property DistanceToAxis As Integer
Get
Set
public:
[DefaultValueAttribute(40)]
property int DistanceToAxis {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also