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

In This Topic
    _dataPointKeysMap Property (_DataPointItemizedLegendDataModel)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property _dataPointKeysMap As _Map(Of DataValueType,List(Of IPointView))
    public _Map<DataValueType,List<IPointView>> _dataPointKeysMap {get;}
    See Also