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

ChartToolTipController(ChartElement) Constructor

Initializes a new instance of the ChartToolTipController class with the specified owner.

Namespace: DevExpress.XtraCharts.Web

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

Declaration

public ChartToolTipController(
    ChartElement owner
)

Parameters

Name Type Description
owner ChartElement

A ChartElement class descendant.

See Also