2.145 ChartMarker

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

The ChartMarker element specifies a marker for displayed chart values.

The following are the parent elements and child elements of the ChartMarker element.

Parent elements

ChartDataPoint

ChartEmptyPoints

ChartLegendCustomItem

ChartSeries

Child elements

ChartMarker.Size

ChartMarker.Style

ChartMarker.Type

The following is the XML Schema definition of the ChartMarker element in RDL 2008/01.

 <xsd:complexType name="ChartMarkerType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Type" type="xsd:string" minOccurs="0" />
     <xsd:element name="Size" type="xsd:string" minOccurs="0" />
     <xsd:element name="Style" type="StyleType" minOccurs="0" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>

The following is the XML Schema definition of the ChartMarker element in RDL 2010/01 and RDL 2016/01.

 <xsd:complexType name="ChartMarkerType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Type" type="xsd:string" minOccurs="0" />
     <xsd:element name="Size" type="xsd:string" minOccurs="0" />
     <xsd:element name="Style" type="StyleType" minOccurs="0" />
     <xsd:any namespace="##other" processContents="lax" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>