ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart.Extended Namespace / TrendLine Class / SymbolMarker Property


In This Topic
    SymbolMarker Property (TrendLine)
    In This Topic
    Gets or sets the symbol marker.
    Syntax
    'Declaration
     
    
    Public Property SymbolMarker As Marker
    'Usage
     
    
    Dim instance As TrendLine
    Dim value As Marker
     
    instance.SymbolMarker = value
     
    value = instance.SymbolMarker
    public Marker SymbolMarker {get; set;}
    See Also