ComponentOne FinancialChart for WinForms
C1.Chart Namespace / SeriesBase Class / SymbolSize Property

In This Topic
    SymbolSize Property (SeriesBase)
    In This Topic
    Gets or sets the size(in pixels) of the symbols used to render this Series. Applies to Scatter, LineSymbols, and SplineSymbols chart types.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("SeriesBase.SymbolSize", "Gets or sets the size(in pixels) of the symbols used to render this Series. Applies to Scatter, LineSymbols, and SplineSymbols chart types.")>
    <DefaultValueAttribute(10)>
    Public Property SymbolSize As Integer
    [C1Description("SeriesBase.SymbolSize", "Gets or sets the size(in pixels) of the symbols used to render this Series. Applies to Scatter, LineSymbols, and SplineSymbols chart types.")]
    [DefaultValue(10)]
    public int SymbolSize {get; set;}
    See Also