ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _RadialBarDataLabelViewEx Class / cacheFailedPoints Property

In This Topic
    cacheFailedPoints Property
    In This Topic
    Syntax
    'Declaration
     
    Public Property cacheFailedPoints As Dictionary(Of String,Boolean)
    public Dictionary<string,bool> cacheFailedPoints {get; set;}
    See Also