Back to Devexpress

ProjectionBehavior Enum

wpf-devexpress-dot-xpf-dot-charts-2b98bf03.md

latest1.3 KB
Original Source

ProjectionBehavior Enum

Lists possible behaviors of the surface projection.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public enum ProjectionBehavior
vb
Public Enum ProjectionBehavior

Members

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.

|

The following properties accept/return ProjectionBehavior values:

See Also

DevExpress.Xpf.Charts Namespace