ViewportRangeEnabled

Decides whether the Axis should be updated depending upon the viewport DataPoints value.

 

Type: Boolean

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

<vc:Axis ViewportRangeEnabled="True" />

</vc:Chart.AxesY>

</vc:Chart>

 

Below is the chart after setting ViewportRangeEnabled property in AxisY. As you can see in the chart, AxisY is displaying the range depending upon the DataPoints maximum and minimum value in viewport.

 

 

 

Remarks:

  1. This property is applicable for AxisY only.

  2. The default value is False.