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

In This Topic
    _PointViewTextFormatProxy Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal format As IFormatOption, _
       ByVal textFormatProxy As ITextFormatProxy _
    )
    public _PointViewTextFormatProxy( 
       IFormatOption format,
       ITextFormatProxy textFormatProxy
    )

    Parameters

    format
    textFormatProxy
    See Also