2.133 ChartCustomPaletteColors
Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01
The ChartCustomPaletteColors element specifies an ordered list of colors to use for the custom palette of a Chart. This element MUST contain at least one ChartCustomPaletteColors.ChartCustomPaletteColor element.
The following are the parent and child elements of the ChartCustomPaletteColors element.
Parent elements |
---|
Child elements |
---|
ChartCustomPaletteColors.ChartCustomPaletteColor |
The following is the XML Schema definition of the ChartCustomPaletteColors element in RDL 2008/01.
-
<xsd:complexType name="ChartCustomPaletteColorsType"> <xsd:sequence> <xsd:element name="ChartCustomPaletteColor" type="xsd:string" maxOccurs="unbounded" /> </xsd:sequence> <xsd:anyAttribute namespace="##other" processContents="skip" /> </xsd:complexType>
The following is the XML Schema definition of the ChartCustomPaletteColors element in RDL 2010/01 and RDL 2016/01.
-
<xsd:complexType name="ChartCustomPaletteColorsType"> <xsd:sequence> <xsd:element name="ChartCustomPaletteColor" type="xsd:string" maxOccurs="unbounded" /> </xsd:sequence> <xsd:anyAttribute namespace="##other" processContents="lax" /> </xsd:complexType>