Specifies whether the chart is drawn in one color or in different colors. Namespace: MindFusion.Charting Syntax
Property ValueA bool value. RemarksThe 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 |