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 개체를 저장하는 CustomLabel 데 사용되는 개체입니다.

특성

설명

축에 대한 사용자 지정 레이블을 추가하거나 제거하려면 이 속성을 사용합니다. 개발자는 개체를 사용하여 CustomLabel 축 레이블의 텍스트를 임의로 설정할 수 있습니다.

레이블의 두 번째 행에는 사용자 지정 레이블만 사용할 수 있습니다. 또한 첫 번째 레이블 행에서 사용자 지정 레이블을 사용하는 경우 이 첫 번째 행의 모든 레이블은 사용자 지정 레이블이어야 합니다.

데이터 요소에서 레이블을 설정하거나 축 눈금에서 자동으로 생성할 수도 있습니다.

적용 대상