CalloutAnnotation.AnchorOffsetX Property

.NET Framework (current version)
 

Gets or sets the offset that the X-position of the annotation has from the anchor point.

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

Public Overrides Property AnchorOffsetX As Double

Property Value

Type: System.Double

A double value that represents the offset of the annotation's X-position from the anchor point.

The CalloutAnnotation must be anchored using either the P:System.Web.UI.DataVisualization.Charting.CalloutAnnotation.AnchorDataPoint or the P:System.Web.UI.DataVisualization.Charting.CalloutAnnotation.AnchorX property, and its P:System.Web.UI.DataVisualization.Charting.CalloutAnnotation.X property must be set to NaN.

.NET Framework
Available since 4.0
Return to top
Show: