2.200.16 RadialPointer.NeedleStyle

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

The RadialPointer.NeedleStyle element specifies the style of a radial pointer needle. This element is optional. This element is ignored if peer element RadialPointer.Type is not set to "Needle".

If the RadialPointer.NeedleStyle 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:

Triangular: Specifies that the needle is shaped like a triangle.

Rectangular: Specifies that the needle is shaped like a rectangle.

TaperedWithTail: Specifies that the needle is tapered and contains a rectangular tail.

Tapered: Specifies that the needle is tapered without a rectangular tail.

ArrowWithTail: Specifies that the needle is shaped like an arrow with a rectangular tail.

Arrow: Specifies that the needle is shaped like an arrow without a rectangular tail.

StealthArrowWithTail: Specifies that the needle is shaped like an arrow with a diagonal tip with a rectangular tail.

StealthArrow: Specifies that the needle is shaped like an arrow with a diagonal tip without a rectangular tail.

TaperedWithStealthArrow: Specifies that the needle is tapered and has a stealth arrow tip.

StealthArrowWithWideTail: Specifies that the needle has a stealth arrow tip and a diagonally widening tail.

TaperedWithRoundedPoint: Specifies that the needle is tapered with a rounded end.

If the RadialPointer.NeedleStyle element is not present, its value is interpreted as "Triangular".

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

Parent elements

RadialPointer

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

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