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

    Contains tooltip options for the Sankey diagram.

    Constructors

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

    Fields

    Name Description
    AutoPopDelayProperty static Identifies the AutoPopDelay dependency property.
    CloseOnClickProperty static Identifies the CloseOnClick dependency property.
    InitialDelayProperty static Identifies the InitialDelay dependency property.
    LinkToolTipEnabledProperty static Identifies the LinkToolTipEnabled dependency property.
    NodeToolTipEnabledProperty static Identifies the NodeToolTipEnabled dependency property.
    OpenModeProperty static Identifies the OpenMode dependency property.

    Properties

    Name Description
    AutoPopDelay Gets or sets the time interval during which the tooltip is displayed.
    CloseOnClick Specifies whether a tooltip is closed when its corresponding visual element is clicked.
    InitialDelay Gets or sets the delay before the tooltip is displayed.
    LinkToolTipEnabled Specifies whether tooltips are enabled for Sankey links.
    NodeToolTipEnabled Specifies whether tooltips are enabled for Sankey nodes.
    OpenMode Specifies when Sankey diagram tooltips are displayed.
    See Also