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;
i can't find the "HighPointer" Property in Silverlight
Re: i can't find the "HighPointer" Property in Silverlight
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,
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 |
Instructions - How to post in this forum |