Gets or sets the offset of the chart legend.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public float LegendOffset { get; set; } |
Visual Basic
![]() |
---|
Public Property LegendOffset As Single |
A float value that specifies the offset.
The offset of the legend is considered from the edge of the legend to the nearest chart object - the plot area, chart labels or the chart axes.
The position of the legend is set with LegendPosition. Alignment is specified with LegendAlignment. Legend is drawn when the LegendLabels is not an empty list.
Default value for the LegendOffset property is 15f.