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





Specifies whether the chart is drawn in one color or in different colors.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public bool MultiColored { get; set; }

Visual Basic  Copy Code

Public Property MultiColored As Boolean

 Property Value

A bool value.

 Remarks

The property specifies whether different parts of the chart are drawn with different colors, which means:

When the property is set to false, the charts are drawn only with the first brush from the ChartBrushes list. Otherwise, all brushes are used in a continuous cycle if their number is less than the number of the chart parts they should draw.

Default value for the MultiColored property is true.

 See Also

Chart Members
Chart Class
MindFusion.Charting Namespace