ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart Namespace / ErrorBar Class / CustomMinusErrorValue Property

In This Topic
    CustomMinusErrorValue Property
    In This Topic
    Gets or sets a value that specifies the cumstom minus error value.
    Syntax
    'Declaration
     
    Public Property CustomMinusErrorValue As System.Double
    public System.double CustomMinusErrorValue {get; set;}
    Remarks
    If ErrorAmount is ErrorAmount.Custom, the value will be used.
    See Also