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

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

    Parameters

    style
    Style
    name
    Name of the style.
    See Also