Specifies whether labels at the chart axes are drawn in different colors. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public bool MultiColoredLabels { get; set; } |
Visual Basic
![]() |
---|
Public Property MultiColoredLabels As Boolean |
A bool value.
This 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.