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


Свойство ChartDataPoint.AxisLabel

Label to use on the axis for the data point.

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

Синтаксис

'Декларация
Public Property AxisLabel As ReportExpression 
    Get 
    Set
'Применение
Dim instance As ChartDataPoint 
Dim value As ReportExpression 

value = instance.AxisLabel

instance.AxisLabel = value
public ReportExpression AxisLabel { get; set; }
public:
property ReportExpression AxisLabel {
    ReportExpression get ();
    void set (ReportExpression value);
}
member AxisLabel : ReportExpression with get, set
function get AxisLabel () : ReportExpression 
function set AxisLabel (value : ReportExpression)

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

Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.

См. также

Справочник

ChartDataPoint Класс

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