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

ToolTipOptions(ChartElement) Constructor

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public ToolTipOptions(
    ChartElement owner
)

Parameters

Name Type Description
owner ChartElement

A ChartElement class descendant.

See Also