RoundAxisTitleRadialOffsetPercentage Property |
LightningChart .NET Help
Radial offset of title as percentage. 0 = axis begin, 100 = axis end.
this affects first, then RadialOffsetPixels.
Namespace:
Arction.WinForms.Charting.Titles
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(50)]
public int RadialOffsetPercentage { get; set; }<DefaultValueAttribute(50)>
Public Property RadialOffsetPercentage As Integer
Get
Set
public:
[DefaultValueAttribute(50)]
property int RadialOffsetPercentage {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also