Skip to main content

ChartToolTipController.ShowText Property

Gets or sets a value indicating whether text should be displayed in tooltips.

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v23.2.Web.dll

NuGet Package: DevExpress.Web.Visualization

Declaration

public bool ShowText { get; set; }

Property Value

Type Description
Boolean

true to show text in tooltips; otherwise, false.

See Also