ConstantLineModel.ShowBehind Property
Gets or sets the value of the ConstantLine.ShowBehind within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[PropertyForOptions("Behavior")]
[LocalizableCategory(DesignerCategories.Behavior)]
public bool ShowBehind { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true if the constant line is displayed behind the other chart elements; otherwise false. |
See Also