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

In This Topic
    _HorizontalCartesianCategoryValueView Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal dimension As DataValueType, _
       ByVal axisView As IAxisView, _
       ByVal pointViews As List(Of IPointView), _
       ByVal region As _RectangleShape, _
       ByVal scaleValue As Double _
    )
    public _HorizontalCartesianCategoryValueView( 
       DataValueType dimension,
       IAxisView axisView,
       List<IPointView> pointViews,
       _RectangleShape region,
       double scaleValue
    )

    Parameters

    dimension
    axisView
    pointViews
    region
    scaleValue
    See Also