XValueType

XValueType determines the type of XValue in all DataPoints in a DataSeries. If XValueType property of DataSeries is not set or if the value is Auto then XValueType will be chosen according to the type of XValue specified in each DataPoints in a DataSeries. The default value of XValueType is Date or Numeric.

 

Type: ChartValueTypes

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

<vc:DataSeries XValueType="DateTime">

.

.

.

</vc:DataSeries>

</vc:Chart.Series>

</vc:Chart>

 

Below is the chart after setting XValueType property to DateTime in DataSeries.

 

 

 

Remarks:

  1. For a list of possible values please refer to ChartValueTypes.

 

 

See Also: