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

このスタイルが属するグラフ要素。

適用対象