ChartArea.ChartCategoryAxes 속성

정의

범주 축을 정의합니다.

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ChartAxis ^> ^ ChartCategoryAxes { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ChartAxis ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ChartAxis ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.ChartAxis>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ChartAxis> ChartCategoryAxes { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.ChartAxis>))>]
member this.ChartCategoryAxes : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ChartAxis> with get, set
Public Property ChartCategoryAxes As IList(Of ChartAxis)

속성 값

IList<T> 개체입니다.

특성

적용 대상