Specifies whether the chart is drawn in one color or in different colors.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public bool MultiColored { get; set; } |
Visual Basic
![]() |
---|
Public Property MultiColored As Boolean |
A bool value.
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.