menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SunburstChartColorModel

    SunburstColorModel contains a number of predefined color palette and have custom colors collection to populate a custom palette.

    Inheritance
    System.Object
    SunburstChartColorModel
    Namespace: Syncfusion.SfSunburstChart.iOS
    Assembly: Syncfusion.SfSunburstChart.iOS.dll
    Syntax
    public class SunburstChartColorModel : Object

    Constructors

    SunburstChartColorModel()

    Initializes a new instance of the SunburstChartColorModel class

    Declaration
    public SunburstChartColorModel()

    Properties

    CustomColors

    Gets or sets the custom colors to be used to paint the interiors of each segment.

    Declaration
    public List<UIColor> CustomColors { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<UIKit.UIColor>

    Palette

    Gets or sets the palette color for each segment.

    Declaration
    public SunburstColorPalette Palette { get; set; }
    Property Value
    Type
    SunburstColorPalette
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved