Dont want to show Series title
Posted: Tue Apr 06, 2010 8:09 am
Hi
I have 3 series in a stacked bar chart and i have assigned them titles. Also i have this piece of code-
Dim MarksTip1 As Steema.TeeChart.Tools.MarksTip
MarksTip1 = New Steema.TeeChart.Tools.MarksTip
MarksTip1.Style = Steema.TeeChart.Styles.MarksStyles.SeriesTitle
Now because of above when i hover mouse over the bars i can see the titles of the series. This is fine for series1 and series2 but i dont want to show it for series3. I want when user hover the mouse over series3 nothing should be displayed. But for this i dont want to remove the title of the seies3 as i want to show the same in legend. Is there any way to accomplish the same. Many thanks in advance.
I have 3 series in a stacked bar chart and i have assigned them titles. Also i have this piece of code-
Dim MarksTip1 As Steema.TeeChart.Tools.MarksTip
MarksTip1 = New Steema.TeeChart.Tools.MarksTip
MarksTip1.Style = Steema.TeeChart.Styles.MarksStyles.SeriesTitle
Now because of above when i hover mouse over the bars i can see the titles of the series. This is fine for series1 and series2 but i dont want to show it for series3. I want when user hover the mouse over series3 nothing should be displayed. But for this i dont want to remove the title of the seies3 as i want to show the same in legend. Is there any way to accomplish the same. Many thanks in advance.