ChartCategoryAxes 屬性
Defines the category axes.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
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.