2.152.6 ChartLegend.ColumnSeparator

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

The ChartLegend.ColumnSeparator element specifies what type of separator MUST be used for columns in a ChartLegend. This element is optional.

If the ChartLegend.ColumnSeparator 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:

None: Specifies no separator.

Line: Specifies to separate with a line.

ThickLine: Specifies to separate with a thick line.

DoubleLine: Specifies to separate with a double line.

DashLine: Specifies to separate with a dashed line.

DotLine: Specifies to separate with a dotted line.

GradientLine: Specifies to separate with a gradient line.

ThickGradientLine: Specifies to separate with a thick gradient line.

If the ChartLegend.ColumnSeparator element is not present, its value is interpreted as "None".

Following is the parent element of the ChartLegend.ColumnSeparator element.

Parent elements

ChartLegend

The following is the XML Schema definition of the ChartLegend.ColumnSeparator element.

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