Skip to main content
All docs
V25.1
  • ISunburstItem Members

    The base interface for sunburst items.

    Properties

    Name Description
    Children Returns an item’s child items. Inherited from IHierarchicalItem.
    DataSourceColor For internal use. Inherited from IHierarchicalItem.
    Label Returns a label for the item. Inherited from IHierarchicalItem.
    Tag Returns the object that contains data related to the item. Inherited from IHierarchicalItem.
    Value Returns the item value. Inherited from IHierarchicalItem.

    Methods

    Name Description
    NotifyChildrenUpdate() Inherited from IHierarchicalItem.
    See Also