ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / Series Class / SymbolMarker Property



In This Topic
    SymbolMarker Property
    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
     
    
    Public Property SymbolMarker As SymbolMarker
    'Usage
     
    
    Dim instance As Series
    Dim value As SymbolMarker
     
    instance.SymbolMarker = value
     
    value = instance.SymbolMarker
    public SymbolMarker SymbolMarker {get; set;}
    public:
    property SymbolMarker SymbolMarker {
       SymbolMarker get();
       void set (    SymbolMarker value);
    }
    See Also