2.182.3 LinearPointer.BarStart

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

The LinearPointer.BarStart element specifies where a LinearPointer will start if LinearPointer.Type is set to "Bar". This element is optional.

If the LinearPointer.BarStart element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) or an expression that evaluates to a String. This element is ignored if the associated LinearPointer.Type is not set to "Bar". The value of this element MUST be one of the following or an expression that evaluates to one of the following:

ScaleStart: The bar starts from the starting point of the LinearScale.

Zero: The bar starts from the zero point of the LinearScale.

If the LinearPointer.BarStart element is not present, its value is interpreted as "ScaleStart".

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

Parent elements

LinearPointer

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

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