MindFusion.Charting Programmer's Guide

Chart.LegendColumns Property

See Also
 





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

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

 Syntax

C#  Copy Code

public int LegendColumns { get; }

Visual Basic  Copy Code

Public ReadOnly 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