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

In This Topic
    _AxisTickLabelViewTextProxy Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal axisTickLabelView As IAxisTickLabelView, _
       Optional ByVal stringFormatting As IStringFormatting _
    )
    public _AxisTickLabelViewTextProxy( 
       IAxisTickLabelView axisTickLabelView,
       IStringFormatting stringFormatting
    )

    Parameters

    axisTickLabelView
    stringFormatting
    See Also