AxisYType

AxisYType is used to identify which axis the DataSeries is referring to. AxisYType can be either primary or secondary.

 

 

List of possible values for AxisYType:

Value

Description

Primary

DataSeries will refer to primary AxisY.

Secondary

DataSeries will refer to Secondary AxisY.

 

 

Format:

 

AxisYType="Secondary"

 

This attribute applies to:

 

 

Example:

 

<vc:DataSeries AxisYType="Secondary" ... />