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

In This Topic
    _GCESSwappedBarAlignmentPointAttachmentAgent Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pointView As _BarXyCartesianPointView, _
       ByVal hAlign As SwapBarHAlign, _
       ByVal vAlign As VAlign _
    )
    public _GCESSwappedBarAlignmentPointAttachmentAgent( 
       _BarXyCartesianPointView pointView,
       SwapBarHAlign hAlign,
       VAlign vAlign
    )

    Parameters

    pointView
    hAlign
    vAlign
    See Also