Proprietà CategoryAxes
Gets the categoy axes of the chart area.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property CategoryAxes As ChartAxisCollection
Get
'Utilizzo
Dim instance As ChartArea
Dim value As ChartAxisCollection
value = instance.CategoryAxes
public ChartAxisCollection CategoryAxes { get; }
public:
property ChartAxisCollection^ CategoryAxes {
ChartAxisCollection^ get ();
}
member CategoryAxes : ChartAxisCollection
function get CategoryAxes () : ChartAxisCollection
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartAxisCollection
A ChartAxisCollection object.
Vedere anche