ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart Namespace / Series Class / SymbolSize Property

In This Topic
    SymbolSize Property
    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
     
    Public Property SymbolSize As System.Integer
    public System.int SymbolSize {get; set;}
    See Also