Spread for ASP.NET 12 Product Documentation
BuiltinMarker Constructor


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > BuiltinMarker Class : BuiltinMarker Constructor
Shape of the marker.
Size of the marker.
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

Reference

BuiltinMarker Class
BuiltinMarker Members