Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01
The ChartLegendTitle.TitleSeparator element specifies the type of separator to use for a chart legend title. This element is optional.
If the ChartLegendTitle.TitleSeparator 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 ChartLegendTitle.TitleSeparator element is not present, its value is interpreted as "None".
Following is the parent element of the ChartLegendTitle.TitleSeparator element.
|
Parent elements |
|---|
The following is the XML Schema definition of the ChartLegendTitle.TitleSeparator element.
-
<xsd:element name="TitleSeparator" type="xsd:string" minOccurs="0" />