Skip to main content
All docs
V26.1
  • SunburstPaletteColorizerBase Members

    A base class for colorizers that use palettes to paint a Sunburst.

    Constructors

    Name Description
    SunburstPaletteColorizerBase() Initializes a new instance of the SunburstPaletteColorizerBase class.

    Fields

    Name Description
    LegendItemPatternProperty static Identifies the LegendItemPattern dependency property.
    PaletteProperty static Identifies the Palette dependency property.

    Properties

    Name Description
    LegendItemPattern Gets or sets the format pattern that is applied to a sunburst legend item’s text.
    Owner Returns an object’s owner. Inherited from TreeMapDependencyObject.
    Palette Gets or sets a palette that is applied to a Sunburst chart.

    Methods

    Name Description
    GetItemBrush(ISunburstSectorInfo) Returns a brush that is applied to the sector.

    Events

    Name Description
    PropertyChanged Occurs every time any of the TreeMapDependencyObject class properties has changed its value. Inherited from TreeMapDependencyObject.
    See Also