AnnotationBaseAutoSizePadding Property |
LightningChart .NET Help
Padding between text and borders when automatic size is used.
Namespace:
Arction.WinForms.Charting.Annotations
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(12)]
public int AutoSizePadding { get; set; }<DefaultValueAttribute(12)>
Public Property AutoSizePadding As Integer
Get
Set
public:
[DefaultValueAttribute(12)]
property int AutoSizePadding {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also