ChartArea.CategoryAxes 属性

Gets the categoy axes of the chart area.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property CategoryAxes As ChartAxisCollection
    Get
用法
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