Right Title
Posted: Mon Oct 03, 2005 7:22 pm
Can't see the right title if it is set for line chart/bar chart.
tc.Axis.Right.Title.Caption = paramVal;
tc.Axis.Right.Title.Visible = true;
tc.Axis.Right.Visible = true;
tc.Axis.Right.Automatic = true;
Can see all the other Top,Bottom,Left titles.
tc.Axis.Right.Title.Caption = paramVal;
tc.Axis.Right.Title.Visible = true;
tc.Axis.Right.Visible = true;
tc.Axis.Right.Automatic = true;
Can see all the other Top,Bottom,Left titles.