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
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
Returns