Propriedade CategoryAxes
Gets the categoy axes of the chart area.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property CategoryAxes As ChartAxisCollection
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartAxisCollection
A ChartAxisCollection object.
Consulte também