i can't find the "HighPointer" Property in Silverlight
Posted: 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;
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;