Annotation.SetAnchor Method
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 the specified data point(s).
SetAnchor(DataPoint, DataPoint) |
Anchors an annotation to two data points. |
SetAnchor(DataPoint) |
Anchors an annotation to the specified data point. |
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
Remarks
Anchors an annotation's top-left and bottom-right corners to the specified data points.
Applies to
.NET Framework 4.8.1 и друге верзије
Производ | Верзије |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
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
Applies to
.NET Framework 4.8.1 и друге верзије
Производ | Верзије |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET повратне информације
.NET је пројекат отвореног кода. Изаберите везу да бисте обезбедили повратне информације: