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
<DefaultValueAttribute(10)>
<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.")>
Public Property SymbolSize As Integer
[DefaultValue(10)]
[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.")]
public int SymbolSize {get; set;}
See Also