Skip to main content

XYDiagram2DModel.DependentAxesYRange Property

Gets or sets the value of the XYDiagram2D.DependentAxesYRange property in the chart model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public DefaultBoolean DependentAxesYRange { get; set; }

Property Value

Type Description
DefaultBoolean

Default

The default behavior of the value visual range.

True

The visual range should be calculated by the values of points contained in the visual range of the axis of arguments.

False

The visual range should be calculated by all values.

Available values:

Name Description Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

See Also