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

ChartCalculatedField(String, String) Constructor

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public ChartCalculatedField(
    string name,
    string expression
)

Parameters

Name Type Description
name String

The calculated field’s name.

expression String

The calculated field’s expression.

See Also