FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / BuiltinMarker Class / BuiltinMarker Constructor
Shape of the marker.
Size of the marker.


BuiltinMarker Constructor
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)

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