[]
Set the Symbol for Series.
public TBuilder Symbol(Marker marker, int symbolSize)
| Type | Name | Description |
|---|---|---|
| Marker | marker | The symbol marker type |
| int | symbolSize | The size of symbol |
| Type | Description |
|---|---|
| TBuilder | Current builder |
Set the Symbol for Series.
public TBuilder Symbol(Marker marker, int symbolSize, Action<SVGStyleBuilder> symbolStyleBuilder)
| Type | Name | Description |
|---|---|---|
| Marker | marker | The symbol marker type |
| int | symbolSize | The size of symbol |
| Action<SVGStyleBuilder> | symbolStyleBuilder | The builder of symbol style |
| Type | Description |
|---|---|
| TBuilder | Current builder |