Skip to main content

ProjectionOptions.Behavior Property

Gets or sets the identifier specifying how the projection should be shown.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public ProjectionBehavior Behavior { get; set; }

Property Value

Type Description
ProjectionBehavior

The behavior identifier.

Available values:

Name Description
Auto

The projection is always located under the surface.

ProjectionBehavior-Auto

Top

The projection is always at the highest value of the Y-axis.

ProjectionBehavior-Top

Bottom

The projection is always at the lowest value of the Y-axis.

ProjectionBehavior-Bottom

Property Paths

You can access this nested property as listed below:

Object Type Path to Behavior
SurfaceSeriesView
See Also