Configurates
C1.Web.Mvc.ChartSeriesBase<T>.SymbolSize. Sets the size in pixels of the symbols used to render this series. Applies to Scatter, LineSymbols, and SplineSymbols chart types.
Syntax
'Declaration
Public Function SymbolSize( _
ByVal As Integer _
) As TBuilder
public TBuilder SymbolSize(
int
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also