ChartSeries.CategoryAxisName Property
Name of the category axis against which to plot this series.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property CategoryAxisName As ReportStringProperty
Get
'Usage
Dim instance As ChartSeries
Dim value As ReportStringProperty
value = instance.CategoryAxisName
public abstract ReportStringProperty CategoryAxisName { get; }
public:
virtual property ReportStringProperty^ CategoryAxisName {
ReportStringProperty^ get () abstract;
}
abstract CategoryAxisName : ReportStringProperty
abstract function get CategoryAxisName () : ReportStringProperty
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.