Akshay Bhalla
Akshay Bhalla

Reputation: 145

Teechart Negative Scale Series - Stacking

My Requirement is that we have a some products having both positive and negative values. Both values are displayed using 2 different series. The problem is the stacking of chart shown in legend and actual display doesn't match.

enter image description here

Upvotes: 0

Views: 83

Answers (1)

Yeray
Yeray

Reputation: 5039

At the moment of writing this answer, I find the question is a bit vague or unclear.

However, an easy way to control what is shown in the legend is by removing all the current series from it setting ShowInLegend=false. Then, you can add as many "dummy" series as items you want to show in the legend. You can give a Color and a Title to that dummy series so the legend will show them. You don't need to populate these dummy series with data.

If this answer doesn't help you, please edit the question providing more accurate information.

Upvotes: 1

Related Questions