ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Options Namespace / IErrorBarOption Interface / errorValues Property

In This Topic
    errorValues Property (IErrorBarOption)
    In This Topic
    Syntax
    'Declaration
     
    Property errorValues As List(Of IErrorValueOption)
    List<IErrorValueOption> errorValues {get; set;}
    See Also