ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Renderer3D Class / CreateSymbolShape Method / CreateSymbolShape(ShapeStyle) Method


In This Topic
    CreateSymbolShape(ShapeStyle) Method
    In This Topic
    Create symbol shape based on the specified shape style.
    Syntax
    'Declaration
     
    
    Protected Overloads Overridable Function CreateSymbolShape( _
       ByVal shapeStyle As ShapeStyle _
    ) As Shape
    'Usage
     
    
    Dim instance As Renderer3D
    Dim shapeStyle As ShapeStyle
    Dim value As Shape
     
    value = instance.CreateSymbolShape(shapeStyle)
    protected virtual Shape CreateSymbolShape( 
       ShapeStyle shapeStyle
    )

    Parameters

    shapeStyle
    See Also