Skip to main content

SceneModifier.Scale(Single, Single) Method

Scales a scene by the specified values.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public void Scale(
    float scaleX,
    float scaleY
)

Parameters

Name Type Description
scaleX Single

A Double value specifying the horizontal scale factor.

scaleY Single

A Double value specifying the vertical scale factor.

See Also