Skip to main content
A newer version of this page is available. .

SeriesView.ShowToolTipOnSelectItem Property

Gets or sets a value specifying whether or not to show a tooltip every time a series (or a series point) is selected.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(true)]
public bool ShowToolTipOnSelectItem { get; set; }

Property Value

Type Description
Boolean

true to show tooltips when an item is selected; false - to not show them.

See Also