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