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

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

    Parameters

    diamond
    style
    matrix
    rectangle
    See Also