ChartEx(Single, Single, Single, Single) Constructor
Initializes a new instance of the ChartEx class with specified settings.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v26.1.dll
Declaration
Optional Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| x | Single | 0 | The x-coordinate of the chart’s upper-left corner, in Document units (1/300 of an inch). |
| y | Single | 0 | The y-coordinate of the chart’s upper-left corner, in Document units (1/300 of an inch). |
| width | Single | NaN | The chart width, in Document units (1/300 of an inch). |
| height | Single | NaN | The chart height, in Document units (1/300 of an inch). |
See Also