Partager via


Propriété Mean

Indicates the mean value for the data point.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property Mean As ReportExpression
    Get
    Set
'Utilisation
Dim instance As ChartDataPointValues
Dim value As ReportExpression

value = instance.Mean

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