Gets or sets the color palette for the chart items.

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

Syntax

C#
public RdlEnum<ChartPalette> Palette { get; set; }
Visual Basic
Public Property Palette As RdlEnum(Of ChartPalette)
	Get
	Set

See Also