Axis.CustomLabels プロパティ

定義

CustomLabelsCollection オブジェクトを格納するために使用される CustomLabel オブジェクトを取得します。

public:
 property System::Web::UI::DataVisualization::Charting::CustomLabelsCollection ^ CustomLabels { System::Web::UI::DataVisualization::Charting::CustomLabelsCollection ^ get(); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.DataVisualization.Charting.CustomLabelsCollection CustomLabels { get; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.CustomLabels : System.Web.UI.DataVisualization.Charting.CustomLabelsCollection
Public ReadOnly Property CustomLabels As CustomLabelsCollection

プロパティ値

CustomLabelsCollection

CustomLabelsCollection オブジェクトを格納するために使用される CustomLabel オブジェクト。

属性

注釈

軸のカスタム ラベルを追加または削除するには、このプロパティを使用します。 オブジェクト CustomLabel を使用すると、開発者は軸ラベルのテキストを任意に設定できます。

2 行目のラベルでは、カスタム ラベルのみを使用できます。 また、最初のラベル行でカスタム ラベルを使用する場合は、この最初の行のすべてのラベルがカスタム ラベルである必要があります。

ラベルは、データ ポイントから設定したり、軸のスケールから自動的に生成したりすることもできます。

適用対象