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


In This Topic
    CreateSymbolShape(DataSeries) Method
    In This Topic
    Create symbol shape based on the specified data series.
    Syntax
    'Declaration
     
    
    Protected Overloads Overridable Function CreateSymbolShape( _
       ByVal ds As DataSeries _
    ) As Shape
    'Usage
     
    
    Dim instance As Renderer2D
    Dim ds As DataSeries
    Dim value As Shape
     
    value = instance.CreateSymbolShape(ds)
    protected virtual Shape CreateSymbolShape( 
       DataSeries ds
    )

    Parameters

    ds
    See Also