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

ISnapControl.ShowChartDesigner(IChartContainer) Method

For internal use. Invokes the Chart Designer dialog.

Namespace: DevExpress.Snap.Core

Assembly: DevExpress.Snap.v19.1.Core.dll

Declaration

DialogResult ShowChartDesigner(
    IChartContainer chartContainer
)

Parameters

Name Type Description
chartContainer DevExpress.XtraCharts.Native.IChartContainer

An object implementing the IChartContainer interface.

Returns

Type Description
DialogResult

A DialogResult enumeration value.

See Also