Click or drag to resize

AnnotationBaseAutoSizePadding Property

LightningChart .NET Help
Gets or sets padding between text and borders when automatic size is used. This is a dependency property.

Namespace:  Arction.Wpf.ChartingMVVM.Annotations
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(12)]
public int AutoSizePadding { get; set; }

Property Value

Type: Int32
See Also