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

In This Topic
    _RadialBarDataLabelView Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pointView As IBarRadialCartesianPointView, _
       ByVal content As IDataLabelContent, _
       ByVal option As IPlotConfigTextOption _
    )
    public _RadialBarDataLabelView( 
       IBarRadialCartesianPointView pointView,
       IDataLabelContent content,
       IPlotConfigTextOption option
    )

    Parameters

    pointView
    content
    option
    See Also