[]
Set the Symbol for Series.
public TBuilder Symbol(Marker marker, int symbolSize)
Public Function Symbol(marker As Marker, symbolSize As Integer) As TBuilder
| 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)
Public Function Symbol(marker As Marker, symbolSize As Integer, symbolStyleBuilder As Action(Of SVGStyleBuilder)) As TBuilder
| 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 |