다음을 통해 공유


ChartCategoryAxes 속성

Defines the category axes.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls.dll의 Microsoft.ReportingServices.Designer.Controls

구문

‘선언
Public Property ChartCategoryAxes As IList(Of ChartAxis)
    Get
    Set
‘사용 방법
Dim instance As ChartArea
Dim value As IList(Of ChartAxis)

value = instance.ChartCategoryAxes

instance.ChartCategoryAxes = value
public IList<ChartAxis> ChartCategoryAxes { get; set; }
public:
property IList<ChartAxis^>^ ChartCategoryAxes {
    IList<ChartAxis^>^ get ();
    void set (IList<ChartAxis^>^ value);
}
member ChartCategoryAxes : IList<ChartAxis> with get, set
function get ChartCategoryAxes () : IList<ChartAxis>
function set ChartCategoryAxes (value : IList<ChartAxis>)

속성 값

형식: System.Collections.Generic. . :: . .IList< (Of < ( <'ChartAxis> ) > ) >
An IList<(Of <(<'T>)>)> object.