TextAlignment

TextAlignment is used to align AxisLabels.

 

Type: TextAlignment

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.AxesX>

<vc:Axis>

<vc:Axis.AxisLabels>

<vc:AxisLabels TextAlignment="Center"/>

</vc:Axis.AxisLabels>

</vc:Axis>

</vc:Chart.AxesX>

</vc:Chart>

 

Below is the chart after setting TextAlignment property in AxisLabels.

 

 

 

Remarks:

  1. The default value of TextAlignment property is Left.