ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _EChartsLabelShape Class / _EChartsLabelShape Constructor

In This Topic
    _EChartsLabelShape Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal dataLabel As _EChartsDataLabelView, _
       ByVal text As String, _
       ByVal shapeLocation As List(Of Double), _
       ByVal shapeScale As List(Of Double), _
       ByVal image As IImageInfo _
    )
    public _EChartsLabelShape( 
       _EChartsDataLabelView dataLabel,
       string text,
       List<double> shapeLocation,
       List<double> shapeScale,
       IImageInfo image
    )

    Parameters

    dataLabel
    text
    shapeLocation
    shapeScale
    image
    See Also