ChartArea.CategoryAxes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the categoy axes of the chart area.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::ChartAxisCollection ^ CategoryAxes { Microsoft::ReportingServices::OnDemandReportRendering::ChartAxisCollection ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ChartAxisCollection CategoryAxes { get; }
member this.CategoryAxes : Microsoft.ReportingServices.OnDemandReportRendering.ChartAxisCollection
Public ReadOnly Property CategoryAxes As ChartAxisCollection
Property Value
A ChartAxisCollection object.