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

In This Topic
    _RadialSmartDataLabelView Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal option As IPlotConfigTextOption, _
       ByVal ownerView As IPointView, _
       ByVal cx As Double, _
       ByVal cy As Double, _
       ByVal angle As Double, _
       ByVal offset As Double, _
       ByVal ex As Double, _
       ByVal ey As Double, _
       ByVal content As IDataLabelContent, _
       ByVal plotView As IPlotView, _
       Optional ByVal defaultStroke As IColor _
    )
    public _RadialSmartDataLabelView( 
       IPlotConfigTextOption option,
       IPointView ownerView,
       double cx,
       double cy,
       double angle,
       double offset,
       double ex,
       double ey,
       IDataLabelContent content,
       IPlotView plotView,
       IColor defaultStroke
    )

    Parameters

    option
    ownerView
    cx
    cy
    angle
    offset
    ex
    ey
    content
    plotView
    defaultStroke
    See Also