ChartEmptyPoints.AxisLabel 属性

Label to use on the axis for empty data points.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property AxisLabel As ReportExpression
    Get
    Set
用法
Dim instance As ChartEmptyPoints
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)