共用方式為


ArrowAnnotation 類別

定義

表示箭號批注。

public ref class ArrowAnnotation : System::Windows::Forms::DataVisualization::Charting::Annotation
public class ArrowAnnotation : System.Windows.Forms.DataVisualization.Charting.Annotation
type ArrowAnnotation = class
    inherit Annotation
Public Class ArrowAnnotation
Inherits Annotation
繼承

備註

箭頭批注可用來連接到圖表上的點,或反白顯示單一圖表區域。

不同的箭頭樣式和大小可以套用至批注。

建構函式

ArrowAnnotation()

初始化 ArrowAnnotation 類別的新實例。

屬性

Alignment

取得或設定批注的內容對齊方式。

(繼承來源 Annotation)
AllowAnchorMoving

取得或設定旗標,指定是否允許使用者使用滑鼠移動註釋錨點。

(繼承來源 Annotation)
AllowMoving

取得或設定旗標,指定使用者是否允許使用滑鼠移動註釋。

(繼承來源 Annotation)
AllowPathEditing

取得或設定旗標,指定使用者是否允許使用滑鼠移動多邊形註釋的點。

(繼承來源 Annotation)
AllowResizing

取得或設定旗標,指定使用者是否允許使用滑鼠調整註釋的大小。

(繼承來源 Annotation)
AllowSelecting

取得或設定旗標,指定使用者是否允許使用滑鼠選取註釋。

(繼承來源 Annotation)
AllowTextEditing

取得或設定旗標,指定當使用者按兩下文字時,是否可以編輯批註中的文字。

(繼承來源 Annotation)
AnchorAlignment

取得或設定批注的位置對齊方式至錨點。

AnchorDataPoint

取得或設定批注錨定所在的數據點。

(繼承來源 Annotation)
AnchorDataPointName

取得或設定批注錨定之數據點的名稱。

(繼承來源 Annotation)
AnchorOffsetX

取得或設定註釋 X 位置的錨點位移。

(繼承來源 Annotation)
AnchorOffsetY

取得或設定批注 Y 位置的錨點位移。

(繼承來源 Annotation)
AnchorX

取得或設定批註錨定所在的 X 座標。

(繼承來源 Annotation)
AnchorY

取得或設定批註錨定所在的 Y 座標。

(繼承來源 Annotation)
AnnotationGroup

取得批注所屬的群組,如果有的話。

(繼承來源 Annotation)
AnnotationType

取得批注類型的名稱。 針對內部使用,不應使用。

ArrowSize

取得或設定箭號大小,以像素為單位。

ArrowStyle

取得或設定箭號樣式。

AxisX

取得或設定附加註釋的 X 軸。

(繼承來源 Annotation)
AxisXName

取得或設定附加註釋的 X 軸名稱。

(繼承來源 Annotation)
AxisY

取得或設定附加註釋的 Y 軸。

(繼承來源 Annotation)
AxisYName

取得或設定附加註釋的 Y 軸名稱。

(繼承來源 Annotation)
BackColor

取得或設定註釋背景的色彩。

(繼承來源 Annotation)
BackGradientStyle

取得或設定註釋背景的漸層樣式。

(繼承來源 Annotation)
BackHatchStyle

取得或設定註釋背景的影線樣式。

(繼承來源 Annotation)
BackSecondaryColor

取得或設定註釋背景的次要色彩。

(繼承來源 Annotation)
Bottom

取得或設定註釋位置的下邊界。

(繼承來源 Annotation)
ClipToChartArea

取得或設定批註裁剪的圖表區域名稱。

(繼承來源 Annotation)
Font

取得或設定要用於批註文字的字型。

(繼承來源 Annotation)
ForeColor

取得或設定批註的文字色彩。

(繼承來源 Annotation)
Height

取得或設定註釋的高度。

(繼承來源 Annotation)
IsSelected

取得或設定旗標,這個旗標會判斷是否已選取批註。

(繼承來源 Annotation)
IsSizeAlwaysRelative

取得或設定旗標,指定註釋的大小是否一律定義在相對圖表座標中。

(繼承來源 Annotation)
LineColor

取得或設定批注的線條色彩。

(繼承來源 Annotation)
LineDashStyle

取得或設定批注的線條樣式。

(繼承來源 Annotation)
LineWidth

取得或設定註釋的線條寬度。

(繼承來源 Annotation)
Name

取得或設定註釋的唯一名稱。

(繼承來源 Annotation)
Right

取得或設定註釋的右界限位置。

(繼承來源 Annotation)
ShadowColor

取得或設定註釋陰影的色彩。

(繼承來源 Annotation)
ShadowOffset

取得或設定註釋陰影的大小。

(繼承來源 Annotation)
SmartLabelStyle

取得或設定批註的智慧型手機標籤式。

(繼承來源 Annotation)
Tag

取得或設定與這個圖表項目相關聯的物件。

(繼承來源 ChartElement)
TextStyle

取得或設定批註的文字樣式。

(繼承來源 Annotation)
ToolTip

取得或設定註釋的工具提示文字。

(繼承來源 Annotation)
Visible

取得或設定旗標,指定註釋是否可見。

(繼承來源 Annotation)
Width

取得或設定註釋的寬度,以像素為單位。

(繼承來源 Annotation)
X

取得或設定註釋的 X 座標。

(繼承來源 Annotation)
Y

取得或設定註釋的 Y 座標。

(繼承來源 Annotation)
YAxisName

取得或設定附加註釋的 Y 軸名稱。

(繼承來源 Annotation)

方法

BeginPlacement()

使用滑鼠開始註釋的終端使用者位置。

(繼承來源 Annotation)
BringToFront()

將批注帶入所有批注的前方。

(繼承來源 Annotation)
Dispose()

釋放 ChartElement所使用的資源。

(繼承來源 ChartElement)
Dispose(Boolean)

釋放 Unmanaged 資源,並選擇性地釋放受控資源。

(繼承來源 Annotation)
EndPlacement()

結束註釋的使用者放置。

(繼承來源 Annotation)
Equals(Object)

判斷指定的 Object 是否等於目前的 ChartElement

(繼承來源 ChartElement)
GetHashCode()

傳回特定類型的哈希函式。

(繼承來源 ChartElement)
GetType()

取得目前實例的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object的淺層複本。

(繼承來源 Object)
ResizeToContent()

根據註釋的內容大小調整批註大小。

(繼承來源 Annotation)
SendToBack()

將批注傳送至所有批注的背面。

(繼承來源 Annotation)
SetAnchor(DataPoint, DataPoint)

將批注錨定至兩個數據點。

(繼承來源 Annotation)
SetAnchor(DataPoint)

將批注錨定至指定的數據點。

(繼承來源 Annotation)
ToString()

傳回表示目前 Object的字串。

(繼承來源 ChartElement)

適用於