Skip to main content

SceneModifier.Translate(Single, Single) Method

Translates the scene by the specified values.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public void Translate(
    float offsetX,
    float offsetY
)

Parameters

Name Type Description
offsetX Single

A Double value specifying the horizontal offset.

offsetY Single

A Double value specifying the vertical offset.

See Also