OWC10 ChartTips Sum vs Max

T

Thao Moua [ms]

The tool tip only shows what the current series aggregate
type is. By default the aggregate is a Sum so the tip
will show "Sum of..." However you can override the tip
at any time by calling

CS.Charts(0).seriescollection(x).tiptext="Max of ...."

-tm
 
Top