2.88.42 Chart.PaletteHatchBehavior

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

The Chart.PaletteHatchBehavior element specifies whether hatching is automatically applied to data points in a Chart. This element is optional. If the Chart.PaletteHatchBehavior 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:

None: Specifies that no hatching is added to data points.

Default: Treated as "None".

Always: Specifies that automatic hatching will be applied to all data points (unless Style.BackgroundHatchType is specified in ChartDataPoint.Style).

If the Chart.PaletteHatchBehavior element is not present, its value is interpreted as "Default".

Following is the parent element of the Chart.PaletteHatchBehavior element.

Parent elements

Chart

The following is the XML Schema definition of the Chart.PaletteHatchBehavior element.

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