2.182.8 LinearPointer.MarkerStyle

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

The LinearPointer.MarkerStyle element specifies the type of the marker for a LinearPointer. This element is optional. If the LinearPointer.MarkerStyle 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 LinearPointer.MarkerStyle element is not present, its value is interpreted as "Triangle".

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

Parent elements

LinearPointer

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

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