ProjectionOptions.Behavior Property
Gets or sets the identifier specifying how the projection should be shown.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
ProjectionBehavior | The behavior identifier. |
Available values:
Name | Description |
---|---|
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 Type | Path to Behavior |
---|---|
SurfaceSeriesView |
|
See Also