Skip to main content
All docs
V23.2

ScatterChartItemFormatRule(DataItem) Constructor

Initializes a new instance of the ScatterChartItemFormatRule class with specified settings.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public ScatterChartItemFormatRule(
    DataItem item
)

Parameters

Name Type Description
item DataItem

A DataItem object that is a measure or dimension whose values ​​are used to calculate a format rule.

See Also