J
Jim.Hubbard
Thao Moua, Master of OWC, wouldest thou help me?
I want to be able to programatically select/deselect categories and
series in an OWC10 chart that I have on a vb6 form.
I think I have the category thing down....
'-----------------------------------------------------------------
Set fldset = pview.FieldSets("category")
' Uncheck the all members
fldset.AllIncludeExclude = c.plAllExclude
Set fld = pview.FieldSets("category").Fields(0)
' Check the members you want - in this case cities in the
'category' column
fld.IncludedMembers = Array("Chicago", "Atlanta")
'-----------------------------------------------------------------
...but I can't seem to figure out how to do the series selection.
Can you offer any insight here?
I want to be able to programatically select/deselect categories and
series in an OWC10 chart that I have on a vb6 form.
I think I have the category thing down....
'-----------------------------------------------------------------
Set fldset = pview.FieldSets("category")
' Uncheck the all members
fldset.AllIncludeExclude = c.plAllExclude
Set fld = pview.FieldSets("category").Fields(0)
' Check the members you want - in this case cities in the
'category' column
fld.IncludedMembers = Array("Chicago", "Atlanta")
'-----------------------------------------------------------------
...but I can't seem to figure out how to do the series selection.
Can you offer any insight here?