[]
        
(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)
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)
Parameters
Type Name Description
DataSeries ds
Returns
Type Description
Shape