Annotation.SetAnchor Method

Definition

Anchors an annotation to the specified data point(s).

Overloads

SetAnchor(DataPoint, DataPoint)

Anchors an annotation to two data points.

SetAnchor(DataPoint)

Anchors an annotation to the specified data point.

SetAnchor(DataPoint, DataPoint)

Anchors an annotation to two data points.

public:
 void SetAnchor(System::Web::UI::DataVisualization::Charting::DataPoint ^ dataPoint1, System::Web::UI::DataVisualization::Charting::DataPoint ^ dataPoint2);
public void SetAnchor (System.Web.UI.DataVisualization.Charting.DataPoint dataPoint1, System.Web.UI.DataVisualization.Charting.DataPoint dataPoint2);
member this.SetAnchor : System.Web.UI.DataVisualization.Charting.DataPoint * System.Web.UI.DataVisualization.Charting.DataPoint -> unit
Public Sub SetAnchor (dataPoint1 As DataPoint, dataPoint2 As DataPoint)

Parameters

dataPoint1
DataPoint

The first anchor DataPoint.

dataPoint2
DataPoint

The second anchor DataPoint.

Remarks

Anchors an annotation's top-left and bottom-right corners to the specified data points.

Applies to

SetAnchor(DataPoint)

Anchors an annotation to the specified data point.

public:
 void SetAnchor(System::Web::UI::DataVisualization::Charting::DataPoint ^ dataPoint);
public void SetAnchor (System.Web.UI.DataVisualization.Charting.DataPoint dataPoint);
member this.SetAnchor : System.Web.UI.DataVisualization.Charting.DataPoint -> unit
Public Sub SetAnchor (dataPoint As DataPoint)

Parameters

dataPoint
DataPoint

The DataPoint to which the annotation will be anchored.

Applies to