C# Class Rock.Web.UI.Controls.SeriesOptions

Show file Open project: NewSpring/Rock

Public Methods

Method Description
SeriesOptions ( bool showBars, bool showLines, bool showPoints ) : System

Initializes a new instance of the SeriesOptions class.

Method Details

SeriesOptions() public method

Initializes a new instance of the SeriesOptions class.
public SeriesOptions ( bool showBars, bool showLines, bool showPoints ) : System
showBars bool
showLines bool
showPoints bool
return System