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

In This Topic
    linePoints Property (_RadialBarDataLabelView)
    In This Topic
    Syntax
    'Declaration
     
    Public Property linePoints As List(Of IPoint)
    public List<IPoint> linePoints {get; set;}
    See Also