FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.WPF.Chart Namespace / RadarSeries Class / SetStyle Method
Style
Style name

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

    Parameters

    style
    Style
    name
    Style name
    See Also