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

In This Topic
    _ParallelAxisLabelView Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal axisView As _AxisView, _
       ByVal title As String, _
       ByVal tick As Double _
    )
    public _ParallelAxisLabelView( 
       _AxisView axisView,
       string title,
       double tick
    )

    Parameters

    axisView
    title
    tick
    See Also