2.200.8 RadialPointer.MarkerStyle

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

The RadialPointer.MarkerStyle element specifies the type of the marker for a RadialPointer. 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:

Triangle: The marker is of type "Triangle".

Rectangle: The marker is of type "Rectangle".

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 RadialPointer.MarkerStyle element is not present, its value is interpreted as "Triangle".

The following is the parent element of the RadialPointer.MarkerStyle element.

Parent elements

RadialPointer

The following is the XML Schema definition of the RadialPointer.MarkerStyle element.

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