MindFusion.Charting Programmer's Guide

Chart.LegendOffset Property

See Also
 





Gets or sets the offset of the chart legend.

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public float LegendOffset { get; }

Visual Basic  Copy Code

Public ReadOnly Property LegendOffset As Single

 Property Value

A float value that specifies the offset.

 Remarks

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.

 See Also