Back to Devexpress

ChartBuilder.SynchronizeMultiAxes(Boolean) Method

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-dot-chartbuilder-dot-synchronizemultiaxes-x28-system-dot-boolean-x29.md

latest1.3 KB
Original Source

ChartBuilder.SynchronizeMultiAxes(Boolean) Method

Indicates whether or not to synchronize value axes when they are displayed on a single pane. Mirrors the client-side synchronizeMultiAxes option.

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public ChartBuilder SynchronizeMultiAxes(
    bool value
)

Parameters

NameTypeDescription
valueBoolean

The option value.

|

Returns

TypeDescription
ChartBuilder

A reference to this instance after the method is called.

|

Remarks

Use the following notation to set the option’s value:

cshtml
@(Html.DevExtreme().Chart()
    .SynchronizeMultiAxes(true)
)

See Also

ChartBuilder Class

ChartBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace