Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / BuiltinMarker Class / BuiltinMarker Constructor
Shape of the marker.
Size of the marker.


In This Topic
    BuiltinMarker Constructor
    In This Topic
    Creates a marker with the specified shape and size.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal shape As MarkerShape, _
       ByVal size As Single _
    )
    'Usage
     
    
    Dim shape As MarkerShape
    Dim size As Single
     
    Dim instance As New BuiltinMarker(shape, size)
    public BuiltinMarker( 
       MarkerShape shape,
       float size
    )

    Parameters

    shape
    Shape of the marker.
    size
    Size of the marker.
    Exceptions
    ExceptionDescription
    size is less than or equal to zero or size is greater than 72.
    Remarks
    size is measured in points.
    See Also