Gets or sets the type of the legend grid. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public GridType LegendGridType { get; set; } |
Visual Basic
![]() |
---|
Public Property LegendGridType As GridType |
One of the GridType Enumeration members.
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.