Page 1 of 1

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

Posted: Thu Aug 19, 2010 3:39 am
by 15656724
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;

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

Posted: Thu Aug 19, 2010 11:02 am
by 10050769
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,