Udostępnij za pośrednictwem


Właściwość ChartDataPointValues.Mean

Wskazuje średnią wartość punktu danych.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property Mean As ReportExpression
    Get
    Set
'Użycie
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)