2.121 ChartAxisScaleBreak

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

The ChartAxisScaleBreak element specifies scale break behavior and style for a ChartAxis.

Following are the parent and child elements of the ChartAxisScaleBreak element.

 Parent element

ChartAxis

Child elements

ChartAxisScaleBreak.BreakLineType

ChartAxisScaleBreak.CollapsibleSpaceThreshold

ChartAxisScaleBreak.Enabled

ChartAxisScaleBreak.IncludeZero

ChartAxisScaleBreak.MaxNumberOfBreaks

ChartAxisScaleBreak.Spacing

ChartAxisScaleBreak.Style

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

 <xsd:complexType name="ChartAxisScaleBreakType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Enabled" type="xsd:string" minOccurs="0" />
     <xsd:element name="BreakLineType" type="xsd:string" minOccurs="0" />
     <xsd:element name="CollapsibleSpaceThreshold" type="xsd:string" minOccurs="0" />
     <xsd:element name="MaxNumberOfBreaks" type="xsd:string" minOccurs="0" />
     <xsd:element name="Spacing" type="xsd:string" minOccurs="0" />
     <xsd:element name="IncludeZero" 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 ChartAxisScaleBreak element in RDL 2010/01 and RDL 2016/01.

 <xsd:complexType name="ChartAxisScaleBreakType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Enabled" type="xsd:string" minOccurs="0" />
     <xsd:element name="BreakLineType" type="xsd:string" minOccurs="0" />
     <xsd:element name="CollapsibleSpaceThreshold" type="xsd:string" minOccurs="0" />
     <xsd:element name="MaxNumberOfBreaks" type="xsd:string" minOccurs="0" />
     <xsd:element name="Spacing" type="xsd:string" minOccurs="0" />
     <xsd:element name="IncludeZero" 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>