MindFusion.Charting Programmer's Guide

Chart.LegendGridType Property

See Also
 





Gets or sets the type of the legend grid.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public GridType LegendGridType { get; set; }

Visual Basic  Copy Code

Public Property LegendGridType As GridType

 Property Value

One of the GridType Enumeration members.

 Remarks

Legends can be drawn with a grid. The grid can separate the rows, columns or both. Legends cannot have custom or chess grids.

The grid is drawn with the LegendPen. Legend is drawn when the LegendLabels property is not an empty list.

Default value for the LegendGridType property is GridType.None.

 See Also