Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the categoy axes of the chart area.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property CategoryAxes As ChartAxisCollection
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartAxisCollection
A ChartAxisCollection object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace