menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SunburstColorModel - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SunburstColorModel

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

    Inheritance
    System.Object
    SunburstColorModel
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.SunburstChart
    Assembly: Syncfusion.SfSunburstChart.WPF.dll
    Syntax
    public class SunburstColorModel

    Constructors

    SunburstColorModel()

    Initializes a new instance of the SunburstColorModel class.

    Declaration
    public SunburstColorModel()

    SunburstColorModel(SunburstColorPalette)

    Initializes a new instance of the SunburstColorModel class.

    Declaration
    public SunburstColorModel(SunburstColorPalette palette)
    Parameters
    Type Name Description
    SunburstColorPalette palette

    Chart color palette

    Properties

    CustomBrushes

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

    Declaration
    public List<Brush> CustomBrushes { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<System.Windows.Media.Brush>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved