ComponentOne FinancialChart for WinForms
C1.Chart Namespace / SeriesBase Class / SymbolMarker Property

In This Topic
    SymbolMarker Property (SeriesBase)
    In This Topic
    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
     
    
    <C1DescriptionAttribute("SeriesBase.SymbolMarker", "Gets or sets the shape of marker to use for each data point in the series. Applies to Scatter, LineSymbols, and SplineSymbols chart types.")>
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property SymbolMarker As SymbolMarker
    [C1Description("SeriesBase.SymbolMarker", "Gets or sets the shape of marker to use for each data point in the series. Applies to Scatter, LineSymbols, and SplineSymbols chart types.")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public SymbolMarker SymbolMarker {get; set;}
    See Also