共用方式為


AnnotationSmartLabelStyle 建構函式

定義

初始化 AnnotationSmartLabelStyle 類別的新執行個體。

多載

AnnotationSmartLabelStyle()

初始化 AnnotationSmartLabelStyle 類別的新執行個體。

AnnotationSmartLabelStyle(Object)

使用指定的圖表項目,初始化 AnnotationSmartLabelStyle 類別的新執行個體。

AnnotationSmartLabelStyle()

初始化 AnnotationSmartLabelStyle 類別的新執行個體。

public:
 AnnotationSmartLabelStyle();
public AnnotationSmartLabelStyle ();
Public Sub New ()

適用於

AnnotationSmartLabelStyle(Object)

使用指定的圖表項目,初始化 AnnotationSmartLabelStyle 類別的新執行個體。

public:
 AnnotationSmartLabelStyle(System::Object ^ chartElement);
public AnnotationSmartLabelStyle (object chartElement);
new System.Web.UI.DataVisualization.Charting.AnnotationSmartLabelStyle : obj -> System.Web.UI.DataVisualization.Charting.AnnotationSmartLabelStyle
Public Sub New (chartElement As Object)

參數

chartElement
Object

這個樣式所屬的圖表項目。

適用於