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

In This Topic
    _PositionTextAnnotation Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal overflow As Nullable(Of TextOverflow), _
       ByVal textAlignment As Nullable(Of HAlign) _
    )
    public _PositionTextAnnotation( 
       Nullable<TextOverflow> overflow,
       Nullable<HAlign> textAlignment
    )

    Parameters

    overflow
    textAlignment
    See Also