FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Chart Namespace / SeriesBase Class / SetStyle Method
Style
Name of the style.

In This Topic
    SetStyle Method (SeriesBase)
    In This Topic
    Sets the series style.
    Syntax
    'Declaration
     
    Protected Overridable Sub SetStyle( _
       ByVal style As _Style, _
       ByVal name As System.String _
    ) 
    protected virtual void SetStyle( 
       _Style style,
       System.string name
    )

    Parameters

    style
    Style
    name
    Name of the style.
    See Also