[]
        
(Showing Draft Content)

C1.Chart.ErrorAmount

ErrorAmount Enum

Specifies the error amount of the series, it can be a standard error amount, a percentage or a standard deviation.

Namespace: C1.Chart
Assembly: C1.Blazor.Chart.dll
Syntax
public enum ErrorAmount

Fields

Name Description
Custom

Indicates the error with the custom value.

FixedValue

Indicates the error with a fixed value.

Percentage

Indicates the error with a percentage value.

StandardDeviation

Indicates the error with the standard deviation.

StandardError

Indicates the error with the standard error.