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

In This Topic
    TriangleSymbol Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal triangle As IPolygonShape, _
       ByVal style As IStyle, _
       ByVal matrix As IMatrix, _
       ByVal rectangle As IRectangle _
    )
    public TriangleSymbol( 
       IPolygonShape triangle,
       IStyle style,
       IMatrix matrix,
       IRectangle rectangle
    )

    Parameters

    triangle
    style
    matrix
    rectangle
    See Also