AnnotationSmartLabelStyle 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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
此样式所属的图表元素。