'Declaration Public Function New( _ ByVal seriesType As Type _ )
'Usage Dim seriesType As Type Dim instance As New SpreadChart(seriesType)
public SpreadChart( Type seriesType )
Parameters
- seriesType
- Type of the series.
'Declaration Public Function New( _ ByVal seriesType As Type _ )
'Usage Dim seriesType As Type Dim instance As New SpreadChart(seriesType)
public SpreadChart( Type seriesType )
Dim chart As New FarPoint.Win.Spread.Chart.SpreadChart(GetType(FarPoint.Win.Chart.ClusteredBarSeries))
'set the chart properties ��.
fpSpread1.Sheets(0).Charts.Add(chart)
Dim chart As New FarPoint.Win.Spread.Chart.SpreadChart(GetType(FarPoint.Win.Chart.ClusteredBarSeries)) 'set the chart properties ��. fpSpread1.Sheets(0).Charts.Add(chart)