Specifies how hatching is applied to data points in the chart.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum ChartPaletteHatchBehavior
Visual Basic
Public Enumeration ChartPaletteHatchBehavior

Members

Member nameDescription
Default Default. Treated as None.
None No hatching is added to the data points.
Always Automatic hatching is applied to all data points (unless BackgroundHatchType is specified as non-Default).

See Also