MindFusion WinForms Programmer's Guide
Chart.LegendColumns Property
See Also
 





Gets or sets the count of columns in the chart legend.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public int LegendColumns { get; set; }

Visual Basic  Copy Code

Public Property LegendColumns As Integer

 Property Value

An int value that represents the count of columns. Default is 1.

 Remarks

Legend is drawn when LegendLabels is not an empty list.

 See Also

Chart Members
Chart Class
MindFusion.Charting Namespace
LegendLabels