ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance.TagHelpers Namespace / MacdTagHelper Class / SymbolSize Property

In This Topic
    SymbolSize Property (MacdTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ChartSeriesBase<T>.SymbolSize. Sets the size in pixels of the symbols used to render this series. Applies to Scatter, LineSymbols, and SplineSymbols chart types.
    Syntax
    'Declaration
     
    Public Property SymbolSize As Integer
    public int SymbolSize {get; set;}
    See Also