'Declaration
Public Function New( _ ByVal formula As String, _ ByVal seriesType As Type _ )
'Usage
Dim formula As String Dim seriesType As Type Dim instance As New SpreadChart(formula, seriesType)
public SpreadChart( string formula, Type seriesType )
Parameters
- formula
- The formula.
- seriesType
- Type of the series.