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

In This Topic
    SymbolStyle Property (WaterfallTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ChartSeriesBase<T>.SymbolStyle. Sets the series symbol style. Applies to Scatter, LineSymbols, and SplineSymbols chart types.
    Syntax
    'Declaration
     
    Public Property SymbolStyle As SVGStyle
    public SVGStyle SymbolStyle {get; set;}
    See Also