MindFusion.Charting Programmer's Guide

Chart.MultiColoredLabels Property

See Also
 





Specifies whether labels at the chart axes are drawn in different colors.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public bool MultiColoredLabels { get; set; }

Visual Basic  Copy Code

Public Property MultiColoredLabels As Boolean

 Property Value

A bool value.

 Remarks

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.

 See Also