Annotation.SetAnchor Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Anchors an annotation to one or more data points.
Overloads
SetAnchor(DataPoint) |
Anchors an annotation to the specified data point. |
SetAnchor(DataPoint, DataPoint) |
Anchors an annotation to two data points. |
SetAnchor(DataPoint)
Anchors an annotation to the specified data point.
public:
void SetAnchor(System::Windows::Forms::DataVisualization::Charting::DataPoint ^ dataPoint);
public void SetAnchor (System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint);
member this.SetAnchor : System.Windows.Forms.DataVisualization.Charting.DataPoint -> unit
Public Sub SetAnchor (dataPoint As DataPoint)
Parameters
Remarks
Anchors an annotation to the specified data point.
Applies to
SetAnchor(DataPoint, DataPoint)
Anchors an annotation to two data points.
public:
void SetAnchor(System::Windows::Forms::DataVisualization::Charting::DataPoint ^ dataPoint1, System::Windows::Forms::DataVisualization::Charting::DataPoint ^ dataPoint2);
public void SetAnchor (System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint1, System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint2);
member this.SetAnchor : System.Windows.Forms.DataVisualization.Charting.DataPoint * System.Windows.Forms.DataVisualization.Charting.DataPoint -> unit
Public Sub SetAnchor (dataPoint1 As DataPoint, dataPoint2 As DataPoint)
Parameters
Remarks
Anchors an annotation's top-left and bottom-right corners to the specified data points.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.