WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartColorModel - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    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 Description
    ChartColorPalette
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved