Specifies whether labels at the chart axes are drawn in different colors. Namespace: MindFusion.Charting Syntax
Property ValueA bool value. RemarksThis property enables labels drawn at both chart axes to be drawn in same colors as the parts of the chart they refer to. This makes charts more readable. When the property is true, the labels are drawn with brushes from the ChartBrushes property. When it is false, the labels are drawn with the LabelBrush. Default value for the MultiColoredLabels property is false. See Also |