Właściwość ChartArea.ChartCategoryAxes
Definiuje osi kategorii.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property ChartCategoryAxes As IList(Of ChartAxis)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: System.Collections.Generic.IList<ChartAxis>
IList<T> Obiektu.