'Declaration Public Overloads Sub Add( _ ByVal dValue As Double, _ ByVal sLabel As String, _ ByVal fe As FillEffect _ )
'Usage Dim instance As Series Dim dValue As Double Dim sLabel As String Dim fe As FillEffect instance.Add(dValue, sLabel, fe)
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