AnnotationGroup 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示批注的群組。
public ref class AnnotationGroup : System::Web::UI::DataVisualization::Charting::Annotation
public class AnnotationGroup : System.Web.UI.DataVisualization.Charting.Annotation
type AnnotationGroup = class
inherit Annotation
Public Class AnnotationGroup
Inherits Annotation
- 繼承
備註
AnnotationGroup 類別代表註釋的集合。 這個類別可用來操作彼此相對的批注。
建構函式
AnnotationGroup() |
初始化 AnnotationGroup 類別的新實例。 |
屬性
Alignment |
取得或設定批注的內容對齊方式。 |
AnchorAlignment |
取得或設定註釋對錨點的位置對齊方式。 (繼承來源 Annotation) |
AnchorDataPoint |
取得或設定批注錨定所在的數據點。 (繼承來源 Annotation) |
AnchorDataPointName |
取得或設定批注錨定之數據點的名稱。 (繼承來源 Annotation) |
AnchorOffsetX |
取得或設定註釋 X 位置的錨點位移。 (繼承來源 Annotation) |
AnchorOffsetY |
取得或設定批注 Y 位置的錨點位移。 (繼承來源 Annotation) |
AnchorX |
取得或設定批註錨定所在的 X 座標。 (繼承來源 Annotation) |
AnchorY |
取得或設定批註錨定所在的 Y 座標。 (繼承來源 Annotation) |
AnnotationGroup |
取得批注所屬的群組,如果有的話。 (繼承來源 Annotation) |
Annotations |
取得群組中批注的集合。 |
AnnotationType |
取得批注類型。 |
AxisX |
取得或設定附加註釋的 X 軸。 (繼承來源 Annotation) |
AxisXName |
取得或設定附加註釋的 X 軸名稱。 (繼承來源 Annotation) |
AxisY |
取得或設定註釋所附加的 Y 軸。 (繼承來源 Annotation) |
AxisYName |
取得或設定附加註釋的 Y 軸名稱。 (繼承來源 Annotation) |
BackColor |
取得或設定批注的背景色彩。 |
BackGradientStyle |
取得或設定註釋的背景漸層樣式。 |
BackHatchStyle |
取得或設定批注背景的影線樣式。 |
BackSecondaryColor |
取得或設定註釋背景的次要色彩。 |
Bottom |
取得或設定註釋位置的下邊界。 (繼承來源 Annotation) |
ClipToChartArea |
取得或設定批註裁剪的圖表區域名稱。 |
Font |
取得或設定要用於批註文字的字型。 |
ForeColor |
取得或設定批註的文字色彩。 |
Height |
取得或設定註釋的高度。 (繼承來源 Annotation) |
IsSelected |
取得或設定旗標,這個旗標會判斷是否已選取批註。 |
IsSizeAlwaysRelative |
取得或設定旗標,指定註釋的大小是否一律定義在相對圖表座標中。 |
LineColor |
取得或設定批注的線條色彩。 |
LineDashStyle |
取得或設定批注的線條樣式。 |
LineWidth |
取得或設定批注的線條寬度,以像素為單位。 |
MapAreaAttributes |
取得或設定批注的對應區域屬性。 (繼承來源 Annotation) |
Name |
取得或設定註釋的唯一名稱。 (繼承來源 Annotation) |
PostBackValue |
取得或設定可在 Click 事件上處理的回傳值。 (繼承來源 Annotation) |
Right |
取得或設定註釋的右界限位置。 (繼承來源 Annotation) |
ShadowColor |
取得或設定註釋陰影的色彩。 |
ShadowOffset |
取得或設定註釋陰影的大小。 |
SmartLabelStyle |
取得或設定批註的智慧型手機標籤式。 (繼承來源 Annotation) |
Tag |
取得或設定與這個圖表項目相關聯的物件。 (繼承來源 ChartElement) |
TextStyle |
取得或設定批註的文字樣式。 |
ToolTip |
取得或設定註釋的工具提示文字。 (繼承來源 Annotation) |
Url |
取得或設定註釋的 URL。 (繼承來源 Annotation) |
Visible |
取得或設定旗標,指出批註是否可見。 |
Width |
取得或設定註釋的寬度,以像素為單位。 (繼承來源 Annotation) |
X |
取得或設定註釋的 X 座標。 (繼承來源 Annotation) |
Y |
取得或設定註釋的 Y 座標。 (繼承來源 Annotation) |
YAxisName |
取得或設定附加註釋的 Y 軸名稱。 (繼承來源 Annotation) |
方法
BringToFront() |
將批注帶入所有批注的前方。 (繼承來源 Annotation) |
Dispose() |
釋放 ChartElement所使用的資源。 (繼承來源 ChartElement) |
Dispose(Boolean) |
釋放 Unmanaged,並選擇性地釋放受控資源。 |
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) |