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

In This Topic
    DotSymbol Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal dot As IArcShape, _
       ByVal style As IStyle, _
       ByVal matrix As IMatrix, _
       ByVal rectangle As IRectangle _
    )
    public DotSymbol( 
       IArcShape dot,
       IStyle style,
       IMatrix matrix,
       IRectangle rectangle
    )

    Parameters

    dot
    style
    matrix
    rectangle
    See Also