ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / PieRenderer3D Class / CreateLineShape Method


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

    Parameters

    ds
    See Also