Annotation.AnchorAlignment Property

.NET Framework (current version)
 

Gets or sets the position alignment of an annotation to the anchor point.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

abstract AnchorAlignment : ContentAlignment with get, set
override AnchorAlignment : ContentAlignment with get, set

Property Value

Type: System.Drawing.ContentAlignment

A ContentAlignment enumeration value that represents the alignment of the annotation to the anchor point.

The annotation must be anchored by either using the AnchorDataPoint property, or by setting the AnchorX and AnchorY properties. Its X and Y properties must be set to NaN.

.NET Framework
Available since 4.0
Return to top
Show: