Sdílet prostřednictvím


ChartDataPoint.AxisLabel Property

Label to use on the axis for the data point.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property AxisLabel As ReportExpression 
    Get 
    Set
'Usage
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)

Property Value

Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.

See Also

Reference

ChartDataPoint Class

Microsoft.ReportingServices.RdlObjectModel Namespace