2.120.4 ChartAxis.Arrows

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

The ChartAxis.Arrows element specifies the type of arrows for axis labels in a Chart. The ChartAxis.Arrows 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.

The value of this element MUST be one of the following or an expression that evaluates to one of the following:

None: Specifies no arrows.

Triangle: Specifies triangle arrows.

SharpTriangle: Specifies sharp triangle arrows.

Lines: Specifies lines only.

If the ChartAxis.Arrows element is not present, its value is interpreted as "None".

Following is the parent element of the ChartAxis.Arrows element.

Parent elements

ChartAxis

The following is the XML Schema definition of the ChartAxis.Arrows element.

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