ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / FlexRadarSeriesTagHelper Class / SymbolMarker Property

In This Topic
    SymbolMarker Property (FlexRadarSeriesTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ChartSeriesBase<T>.SymbolMarker. 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 Marker
    public Marker SymbolMarker {get; set;}
    See Also