SymbolSize Property (FlexChartCore<T>)
In This Topic
Gets or 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 Property SymbolSize As Single
public float SymbolSize {get; set;}
See Also