i can't find the "HighPointer" Property in Silverlight

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
changyj
Newbie
Newbie
Posts: 9
Joined: Thu Aug 12, 2010 12:00 am

i can't find the "HighPointer" Property in Silverlight

Post by changyj » Thu Aug 19, 2010 3:39 am

Here is some code in VCL, we can set "HighPointer" property in VCL;
But now we can't find the "HighPointer" property in Silverlight

HLSrs := THighLowLineSeries.Create(FChart);
FChart.AddSeries(HLSrs);
with HLSrs do
begin
VertAxis := aBothVertAxis;
HorizAxis := aBothHorizAxis;

Marks.Visible := False;

HighPointer.Style := psTriangle;
HighPointer.Pen.Style := psClear;
HighPointer.InflateMargins := False;
LowPointer.Style := psNothing;
Pen.Width := 2;
Pen.EndStyle := esFlat;
end;

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: i can't find the "HighPointer" Property in Silverlight

Post by Sandra » Thu Aug 19, 2010 11:02 am

Hello changyj,

Could you please, send us a simple example with TeeChart Silverlight, because we can reproduce your problem here and we try to solve it?


Thanks,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply