共用方式為


Annotation.SmartLabelStyle 屬性

定義

取得或設定註釋智慧標籤的樣式。

public:
 property System::Web::UI::DataVisualization::Charting::AnnotationSmartLabelStyle ^ SmartLabelStyle { System::Web::UI::DataVisualization::Charting::AnnotationSmartLabelStyle ^ get(); void set(System::Web::UI::DataVisualization::Charting::AnnotationSmartLabelStyle ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Browsable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.DataVisualization.Charting.AnnotationSmartLabelStyle SmartLabelStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Browsable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.SmartLabelStyle : System.Web.UI.DataVisualization.Charting.AnnotationSmartLabelStyle with get, set
Public Property SmartLabelStyle As AnnotationSmartLabelStyle

屬性值

AnnotationSmartLabelStyle

AnnotationSmartLabelStyle 物件,表示註釋智慧標籤樣式的屬性。

屬性

備註

智慧標籤是用來防止批註重迭資料點標籤和其他注釋。

注意

資料點標籤也必須啟用智慧型標籤。

適用於