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

XYDiagram2DModel.DependentAxesYRange Property

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

Namespace: DevExpress.XtraCharts.Designer

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

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
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

See Also