Sets the color of the text of the title used in horizontal Axis, vertical Axis or Legend.
Type: Brush
Namespace: Visifire.Charts
Assembly:
|
Silverlight: |
SLVisifire.Charts (in SLVisifire.Charts.dll) |
|
WPF: |
WPFVisifire.Charts (in WPFVisifire.Charts.dll) |
This attribute applies to:
Syntax:
<vc:Chart ... >
<vc:Chart.Legends>
<vc:Legend Title="Legend Title" TitleFontColor="White"/>
</vc:Chart.Legends>
</vc:Chart>
Below is the chart after setting TitleFontColor property in Legend.

Remarks:
TitleFontColor property cannot be null if set from XAML.