[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ChartSeriesBaseBuilder-3.Symbol

Symbol Method

Symbol(Marker, int)

Set the Symbol for Series.

Declaration
public TBuilder Symbol(Marker marker, int symbolSize)
Parameters
Type Name Description
Marker marker

The symbol marker type

int symbolSize

The size of symbol

Returns
Type Description
TBuilder

Current builder

Symbol(Marker, int, Action<SVGStyleBuilder>)

Set the Symbol for Series.

Declaration
public TBuilder Symbol(Marker marker, int symbolSize, Action<SVGStyleBuilder> symbolStyleBuilder)
Parameters
Type Name Description
Marker marker

The symbol marker type

int symbolSize

The size of symbol

Action<SVGStyleBuilder> symbolStyleBuilder

The builder of symbol style

Returns
Type Description
TBuilder

Current builder