Configurates
C1.Web.Mvc.FlexChartCore<T>.SymbolSize. Sets the size of the symbols used for all Series objects. This property may be overridden by the symbolSize property on each series. (see Series class)
Syntax
'Declaration
Public Function SymbolSize( _
ByVal As Single _
) As
public SymbolSize(
float
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also