Proprietà ChartArea.ChartCategoryAxes
Defines the category axes.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property ChartCategoryAxes As IList(Of ChartAxis)
Get
Set
'Utilizzo
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>)
Valore proprietà
Tipo: System.Collections.Generic.IList<ChartAxis>
An IList<T> object.