カテゴリ軸を定義します。
名前空間: 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<ChartAxis>
IList<T> オブジェクト。