menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartColorPalette - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartColorPalette

    Represents the different types of color palette available in SfChart library.

    Inheritance
    System.Object
    ChartColorPalette
    Namespace: Com.Syncfusion.Charts
    Assembly: Syncfusion.SfChart.Android.dll
    Syntax
    public sealed class ChartColorPalette : Enum

    Fields

    Custom

    Custom palette will be set, and color values will be taken from CustomColors or gradient colors will be taken from CustomGradientColors collection.

    Declaration
    public const ChartColorPalette Custom
    Field Value
    Type
    ChartColorPalette

    Metro

    Metro palette will be set.

    Declaration
    public const ChartColorPalette Metro
    Field Value
    Type
    ChartColorPalette

    Natural

    Natural palette will be set.

    Declaration
    public const ChartColorPalette Natural
    Field Value
    Type
    ChartColorPalette

    None

    No palette will be set

    Declaration
    public const ChartColorPalette None
    Field Value
    Type
    ChartColorPalette

    Pineapple

    Pineapple palette will be set.

    Declaration
    public const ChartColorPalette Pineapple
    Field Value
    Type
    ChartColorPalette

    TomatoSpectrum

    TomatoSpectrum palette will be set.

    Declaration
    public const ChartColorPalette TomatoSpectrum
    Field Value
    Type
    ChartColorPalette
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved