ComponentOne BubbleChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / LineChartMarker Class / Symbol Property

In This Topic
    Symbol Property (LineChartMarker)
    In This Topic
    A value that indicates the symbol of the marker.
    Syntax
    'Declaration
     
    Public ReadOnly Property Symbol As System.Collections.Generic.List(Of LineChartMarkerSymbol)
    public System.Collections.Generic.List<LineChartMarkerSymbol> Symbol {get;}
    See Also