Skip to main content

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.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

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