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

In This Topic
    _RadialAxisLabelView Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal axisView As IAxisView, _
       ByVal label As String, _
       ByVal tick As Double, _
       ByVal value As DataValueType _
    )
    public _RadialAxisLabelView( 
       IAxisView axisView,
       string label,
       double tick,
       DataValueType value
    )

    Parameters

    axisView
    label
    tick
    value
    See Also