2.130 ChartBorderSkin

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

The ChartBorderSkin element specifies the appearance of the ChartBorderSkin around a PlotArea.

The following are the parent and child elements of the ChartBorderSkin element.

 Parent elements

Chart

Child elements

ChartBorderSkin.ChartBorderSkinType

ChartBorderSkin.Style

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

 <xsd:complexType name="ChartBorderSkinType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="ChartBorderSkinType" type="xsd:string" minOccurs="0" />
     <xsd:element name="Style" type="StyleType" minOccurs="0" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
 </xsd:complexType>

The following is the XML Schema definition of the ChartBorderSkin element in RDL 2010/01 and RDL 2016/01.

 <xsd:complexType name="ChartBorderSkinType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="ChartBorderSkinType" type="xsd:string" minOccurs="0" />
     <xsd:element name="Style" type="StyleType" minOccurs="0" />
     <xsd:any namespace="##other" processContents="lax" />
   </xsd:choice>
 </xsd:complexType>