To show marks of line series on the top.
Posted: Tue Apr 07, 2015 11:19 am
Hi Steema Support,
Is it possible to show marks of line series on any desired location.
We are using this code:
line.Marks.Visible = true;
line .Marks.Style = MarksStyles.SeriesTitle;
line.Marks.Transparency = 100;
line.Marks.DrawEvery = 100;
line.Marks.Pen.Visible = false;
line.Marks.Color = Color.DarkGreen;
line.Marks.ArrowLength = -15;
line.Marks.Font.Color = Color.DarkGreen;
As shown in image 1 here marks shows in bottom as shown in rectangle area. Image 2 shows correct location of marks.We want to show marks in this location as shown in attached image below
Please provide any solution asap.
Thanks in advance.
Thanks & Regards
Planoresearch
Is it possible to show marks of line series on any desired location.
We are using this code:
line.Marks.Visible = true;
line .Marks.Style = MarksStyles.SeriesTitle;
line.Marks.Transparency = 100;
line.Marks.DrawEvery = 100;
line.Marks.Pen.Visible = false;
line.Marks.Color = Color.DarkGreen;
line.Marks.ArrowLength = -15;
line.Marks.Font.Color = Color.DarkGreen;
As shown in image 1 here marks shows in bottom as shown in rectangle area. Image 2 shows correct location of marks.We want to show marks in this location as shown in attached image below
Please provide any solution asap.
Thanks in advance.
Thanks & Regards
Planoresearch