AnnotationPathPoint 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 AnnotationPathPoint 類別的新執行個體。
多載
AnnotationPathPoint() |
初始化 AnnotationPathPoint 類別的新執行個體。 |
AnnotationPathPoint(Single, Single) |
使用指定的 |
AnnotationPathPoint(Single, Single, Byte) |
使用指定的 |
AnnotationPathPoint()
初始化 AnnotationPathPoint 類別的新執行個體。
public:
AnnotationPathPoint();
public AnnotationPathPoint ();
Public Sub New ()
適用於
AnnotationPathPoint(Single, Single)
使用指定的 x
和 y
值,初始化 AnnotationPathPoint 類別的新執行個體。
public:
AnnotationPathPoint(float x, float y);
public AnnotationPathPoint (float x, float y);
new System.Web.UI.DataVisualization.Charting.AnnotationPathPoint : single * single -> System.Web.UI.DataVisualization.Charting.AnnotationPathPoint
Public Sub New (x As Single, y As Single)
參數
- x
- Single
端點 X 值。
- y
- Single
端點 Y 值。
適用於
AnnotationPathPoint(Single, Single, Byte)
使用指定的 x
、 y
與端點 type
值,初始化 AnnotationPathPoint 類別的新執行個體。
public:
AnnotationPathPoint(float x, float y, System::Byte type);
public AnnotationPathPoint (float x, float y, byte type);
new System.Web.UI.DataVisualization.Charting.AnnotationPathPoint : single * single * byte -> System.Web.UI.DataVisualization.Charting.AnnotationPathPoint
Public Sub New (x As Single, y As Single, type As Byte)
參數
- x
- Single
端點 X 值。
- y
- Single
端點 Y 值。
- type
- Byte
端點類型。