[]
        
(Showing Draft Content)

C1.WPF.C1Chart.BaseRenderer.CreateSymbolShape

CreateSymbolShape Method

CreateSymbolShape(ShapeStyle)

Create symbol shape based on the specified shape style.

Declaration
protected virtual Shape CreateSymbolShape(ShapeStyle shapeStyle)
Protected Overridable Function CreateSymbolShape(shapeStyle As ShapeStyle) As Shape
Parameters
Type Name Description
ShapeStyle shapeStyle
Returns
Type Description
Shape

CreateSymbolShape(DataSeries)

Create symbol shape based on the specified data series.

Declaration
protected virtual Shape CreateSymbolShape(DataSeries ds)
Protected Overridable Function CreateSymbolShape(ds As DataSeries) As Shape
Parameters
Type Name Description
DataSeries ds
Returns
Type Description
Shape