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

    An object that allows a Sunburst control to convert data source objects to Sunburst sectors.

    Constructors

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

    Fields

    Name Description
    ChildrenDataMemberProperty static Identifies the ChildrenDataMember dependency property.
    LabelDataMemberProperty static Identifies the LabelDataMember dependency property.
    TypeProperty static Identifies the Type dependency property.
    ValueDataMemberProperty static Identifies the ValueDataMember dependency property.

    Properties

    Name Description
    ChildrenDataMember Gets or sets the data member whose values are used to create child sectors at the current Sunburst level.
    LabelDataMember Gets or sets the data member that is a source of Sunburst sector labels.
    Type Gets or sets the data object type at the Sunburst chart ring.
    ValueDataMember Gets or sets the data member that is a source of Sunburst sector values.
    See Also