ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _SeriesSegment<TSymbolPoint> Class / _pointViews Property

In This Topic
    _pointViews Property (_SeriesSegment<TSymbolPoint>)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property _pointViews As List(Of ISymbolPoint)
    public List<ISymbolPoint> _pointViews {get;}
    See Also