2.180.9 GaugeTickMarks.Shape

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

The GaugeTickMarks.Shape element specifies the shape of a tick mark. This 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:

Rectangle: The marker is of type "Rectangle".

Triangle: The marker is of type "Triangle".

Circle: The marker is of type "Circle".

Diamond: The marker is of type "Diamond".

Trapezoid: The marker is of type "Trapezoid".

Star: The marker is of type "Star".

Wedge: The marker is of type "Wedge".

Pentagon: The marker is of type "Pentagon".

None: The marker is of type "None".

If the GaugeTickMarks.Shape element is not present, its value is interpreted as "Rectangle".

Following is the parent element of the GaugeTickMarks.Shape element.

Parent elements

GaugeTickMarks

The following is the XML Schema definition of the GaugeTickMarks.Shape element.

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