Table of Contents

TChartErrorBars.StdAvg Property

Returns the average of the series. This value is calculated by CalcErrorValues, and only is the error type is StdErr or StdDev. It is used when the error type is StdDev as error bars must be drawn from the average.

Syntax

Namespace: FlexCel.Core

public Double StdAvg { get; }

See also