共用方式為


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