alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    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
    Namespace: Syncfusion.WinForms.SmithChart
    Assembly: Syncfusion.SfSmithChart.WinForms.dll
    Syntax
    public sealed class ChartColorModel : Object

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved