ComponentOne FlexChart for WinForms
SymbolMarker Property


C1.Chart Namespace > SeriesBase Class : SymbolMarker Property
Gets or sets the shape of marker to use for each data point in the series. Applies to Scatter, LineSymbols, and SplineSymbols chart types.
Syntax
'Declaration
 
Public Property SymbolMarker As SymbolMarker
'Usage
 
Dim instance As SeriesBase
Dim value As SymbolMarker
 
instance.SymbolMarker = value
 
value = instance.SymbolMarker
public SymbolMarker SymbolMarker {get; set;}
See Also

Reference

SeriesBase Class
SeriesBase Members