Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ColorType - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ColorType

    Specifies the color type.

    Inheritance
    System.Object
    ColorType
    Namespace: Syncfusion.OfficeChart
    Assembly: Syncfusion.OfficeChart.Portable.dll
    Syntax
    public sealed class ColorType : Enum

    Fields

    Automatic

    Indicates ColorType is Automatic.

    Declaration
    public const ColorType Automatic
    Field Value
    Type Description
    ColorType

    Indexed

    Indicates ColorType which is determined by Indexed color.

    Declaration
    public const ColorType Indexed
    Field Value
    Type Description
    ColorType

    None

    Indicates color is not set.

    Declaration
    public const ColorType None
    Field Value
    Type Description
    ColorType

    RGB

    Indicates ColorType which is determined by values of red, green, and blue.

    Declaration
    public const ColorType RGB
    Field Value
    Type Description
    ColorType

    Theme

    Indicates ColorType which is determined by theme colors.

    Declaration
    public const ColorType Theme
    Field Value
    Type Description
    ColorType

    value__

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