ComponentOne BarChart for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / BubbleChartMarker Class / Symbol Property

In This Topic
    Symbol Property (BubbleChartMarker)
    In This Topic
    Gets or sets the symbols of the markers
    Syntax
    'Declaration
     
    Public ReadOnly Property Symbol As System.Collections.Generic.List(Of BubbleChartSymbol)
    public System.Collections.Generic.List<BubbleChartSymbol> Symbol {get;}
    See Also