Поделиться через


Свойство ChartDataPoint.AxisLabel

Gets the label to use on the axis for the data point.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
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

Значение свойства

Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
A ReportVariantProperty object that represents the label to use on the axis for the data point.

См. также

Справочник

ChartDataPoint Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering