ISnapControl.ShowChartDesigner(IChartContainer) Method
In This Article
For internal use. Invokes the Chart Designer dialog.
Namespace: DevExpress.Snap.Core
Assembly: DevExpress.Snap.v21.2.Core.dll
NuGet Package: DevExpress.Snap.Core
#Declaration
DialogResult ShowChartDesigner(
IChartContainer chartContainer
)
#Parameters
Name | Type | Description |
---|---|---|
chart |
DevExpress. |
An object implementing the IChart |
#Returns
Type | Description |
---|---|
Dialog |
A Dialog |
See Also