ASP.NET Pack Programmer's Guide
Chart.LegendColumns Property
See Also
 





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

Namespace: MindFusion.Charting.WebForms
Package: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public int LegendColumns { get; set; }

Visual Basic  Copy Code

Public Property LegendColumns As Integer

 Property Value

An int value that specifies the count of columns with labels in the legend.

 Remarks

Legend is drawn when LegendLabels is not an empty list.

 See Also

Chart Members
Chart Class
MindFusion.Charting.WebForms Namespace