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.Windows.Forms.DataVisualization.Charting.AnnotationSmartLabelStyle : obj -> System.Windows.Forms.DataVisualization.Charting.AnnotationSmartLabelStyle
Public Sub New (chartElement As Object)

参数

chartElement
Object

此样式所属的图表元素。

适用于