2.143 ChartEmptyPoints

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

The ChartEmptyPoints element specifies the behavior for an empty data point in a ChartSeries.

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

Parent elements

ChartSeries

Child elements

ChartEmptyPoints.ActionInfo

ChartEmptyPoints.AxisLabel

ChartEmptyPoints.ChartDataLabel

ChartEmptyPoints.ChartMarker

ChartEmptyPoints.CustomProperties

ChartEmptyPoints.Style

ChartEmptyPoints.ToolTip

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

 <xsd:complexType name="ChartEmptyPointsType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Style" type="StyleType" minOccurs="0" />
     <xsd:element name="ChartMarker" type="ChartMarkerType" minOccurs="0" />
     <xsd:element name="ChartDataLabel" type="ChartDataLabelType" minOccurs="0" />
     <xsd:element name="AxisLabel" type="xsd:string" minOccurs="0" />
     <xsd:element name="ToolTip" type="StringLocIDType" minOccurs="0" />
     <xsd:element name="ActionInfo" type="ActionInfoType" minOccurs="0" />
     <xsd:element name="CustomProperties" type="CustomPropertiesType" 
                  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 ChartEmptyPoints element in RDL 2010/01 and RDL 2016/01.

 <xsd:complexType name="ChartEmptyPointsType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Style" type="StyleType" minOccurs="0" />
     <xsd:element name="ChartMarker" type="ChartMarkerType" minOccurs="0" />
     <xsd:element name="ChartDataLabel" type="ChartDataLabelType" minOccurs="0" />
     <xsd:element name="AxisLabel" type="xsd:string" minOccurs="0" />
     <xsd:element name="ToolTip" type="StringLocIDType" minOccurs="0" />
     <xsd:element name="ActionInfo" type="ActionInfoType" minOccurs="0" />
     <xsd:element name="CustomProperties" type="CustomPropertiesType" 
                  minOccurs="0" />
     <xsd:any namespace="##other" processContents="lax" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>