Back to Devexpress

ProjectionOptions.Behavior Property

wpf-devexpress-dot-xpf-dot-charts-dot-projectionoptions.md

latest1.8 KB
Original Source

ProjectionOptions.Behavior Property

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

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public ProjectionBehavior Behavior { get; set; }
vb
Public Property Behavior As ProjectionBehavior

Property Value

TypeDescription
ProjectionBehavior

The behavior identifier.

|

Available values:

NameDescription
Auto

The projection is always located under the surface.

| | Top |

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

| | Bottom |

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Behavior
SurfaceSeriesView

.XOYProjectionOptions .Behavior

|

See Also

ProjectionOptions Class

ProjectionOptions Members

DevExpress.Xpf.Charts Namespace