Class ChartColorModel
The ChartColorModel class serves as a repository for color information. Color information is used by the chart to render colored series. A group of colors is referred to as a palette of colors. You have the option of choosing from several predefined palettes or creating your own color palette. ChartColorPalette Palette CustomColors
Inheritance
System.Object
ChartColorModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.WinForms.SmithChart
Assembly: Syncfusion.SfSmithChart.WinForms.dll
Syntax
public sealed class ChartColorModel
Constructors
ChartColorModel()
Declaration
public ChartColorModel()
Properties
CustomColors
Gets or sets the table of custom colors to be used.
Declaration
public List<Color> CustomColors { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<System.Drawing.Color> |
Palette
Gets or sets the color palette to be used.
Declaration
public ChartColorPalette Palette { get; set; }
Property Value
Type |
---|
ChartColorPalette |