2.141.2 ChartDataPoint.AxisLabel

Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01

The ChartDataPoint.AxisLabel element specifies the label to use on an axis for a chart data point. The ChartDataPoint.AxisLabel element is optional. If this element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) or an expression that evaluates to a String. If this element is not present, its value is interpreted as an empty string.

Following is the parent element of the ChartDataPoint.AxisLabel element.

Parent elements

ChartDataPoint

The following is the XML Schema definition of the ChartDataPoint.AxisLabel element.

 <xsd:element name="AxisLabel" type="xsd:string" minOccurs="0" />