次の方法で共有


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 オブジェクト。

属性

注釈

スマートラベルは、注釈がデータポイントラベルやその他の注釈と重ならないようにするために使用されます。

注意

データポイントラベルにもスマートラベルを有効にする必要があります。

適用対象