ComponentOne FlexPivot for WinForms
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart Namespace / Histogram Class / SetStyle Method
Style
Name of the style.

In This Topic
    SetStyle Method (Histogram)
    In This Topic
    Sets the series 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
    Name of the style.
    See Also