'Declaration Public Overloads Sub Add( _ ByVal dValue As Double, _ ByVal sLabel As String, _ ByVal fe As FillEffect, _ ByVal lp As LineProperties _ )
'Usage Dim instance As Series Dim dValue As Double Dim sLabel As String Dim fe As FillEffect Dim lp As LineProperties instance.Add(dValue, sLabel, fe, lp)
public void Add( double dValue, string sLabel, FillEffect fe, LineProperties lp )
Parameters
- dValue
- the value to be inserted in the Values data series
- sLabel
- the string to be inserted in the Labels data series
- fe
- the FillEffect to be inserted in the Appearance.FillEffects data series
- lp
- the LineProperties to be inserted in the Appearance.LineProperties data series