다음을 통해 공유


AxisLabel 속성

Label to use on the axis for the data point.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
Public MustOverride ReadOnly Property AxisLabel As ReportVariantProperty
    Get
‘사용 방법
Dim instance As ChartDataPoint
Dim value As ReportVariantProperty

value = instance.AxisLabel
public abstract ReportVariantProperty AxisLabel { get; }
public:
virtual property ReportVariantProperty^ AxisLabel {
    ReportVariantProperty^ get () abstract;
}
abstract AxisLabel : ReportVariantProperty
abstract function get AxisLabel () : ReportVariantProperty