2.121.1 ChartAxisScaleBreak.BreakLineType

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

The ChartAxisScaleBreak.BreakLineType element specifies the type of line to show in the scale break. This element is optional. If the ChartAxisScaleBreak.BreakLineType 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:

Ragged: Specifies that the display is a ragged line.

Straight: Specifies that the display is a straight line.

Wave: Specifies that the display is a wavy line.

None: Specifies that a line for the scale break is not displayed.

If the ChartAxisScaleBreak.BreakLineType element is not present, its value is interpreted as "Ragged".

Following is the parent element of the ChartAxisScaleBreak.BreakLineType element.

 Parent elements

ChartAxisScaleBreak

The following is the XML Schema definition of the ChartAxisScaleBreak.BreakLineType element.

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