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

ChartAxisX(ChartDashboardItem) Constructor

Initializes a new instance of the ChartAxisX class contained in the specified ChartDashboardItem with default DateTime display settings.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public ChartAxisX(
    ChartDashboardItem container
)

Parameters

Name Type Description
container ChartDashboardItem

A ChartDashboardItem object containing a chart X-Axis.

See Also