Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / BuiltinMarker Class / Shape Property


In This Topic
    Shape Property (BuiltinMarker)
    In This Topic
    Gets the shape of the marker.
    Syntax
    'Declaration
     
    Public ReadOnly Property Shape As MarkerShape
    'Usage
     
    Dim instance As BuiltinMarker
    Dim value As MarkerShape
     
    value = instance.Shape
    public MarkerShape Shape {get;}
    See Also