Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SFChartColorPalette

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

    Inheritance
    System.Object
    SFChartColorPalette
    Namespace: Syncfusion.SfChart.iOS
    Assembly: Syncfusion.SFChart.iOS.dll
    Syntax
    public sealed class SFChartColorPalette : Enum

    Fields

    Custom

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

    Declaration
    public const SFChartColorPalette Custom
    Field Value
    Type Description
    SFChartColorPalette

    Metro

    Metro palette will be set.

    Declaration
    public const SFChartColorPalette Metro
    Field Value
    Type Description
    SFChartColorPalette

    Natural

    Natural palette will be set.

    Declaration
    public const SFChartColorPalette Natural
    Field Value
    Type Description
    SFChartColorPalette

    None

    No palette will be set.

    Declaration
    public const SFChartColorPalette None
    Field Value
    Type Description
    SFChartColorPalette

    Pineapple

    Pineapple palette will be set.

    Declaration
    public const SFChartColorPalette Pineapple
    Field Value
    Type Description
    SFChartColorPalette

    TomatoSpectrum

    TomatoSpectrum palette will be set.

    Declaration
    public const SFChartColorPalette TomatoSpectrum
    Field Value
    Type Description
    SFChartColorPalette

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved