ProjectionOptions.Behavior Property
In This Article
Gets or sets the identifier specifying how the projection should be shown.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public ProjectionBehavior Behavior { get; set; }
#Property Value
Type | Description |
---|---|
Projection |
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 |
---|---|
Surface |
|
See Also