Oi Narcís,
Sim, está resolvido. Muito obrigado!
Ficou assim:
procedure TForm1.Series1GetMarkText(Sender: TChartSeries;
ValueIndex: Integer; var MarkText: String);
begin
if Sender.YValue[ValueIndex] = 0 then
MarkText:='';
end;
Search found 3 matches
- Thu Jun 16, 2011 1:46 pm
- Forum: VCL
- Topic: I can not remove the shadow (marks)
- Replies: 4
- Views: 3379
- Thu Jun 16, 2011 4:18 am
- Forum: VCL
- Topic: I can not remove the shadow (marks)
- Replies: 4
- Views: 3379
Re: I can not remove the shadow (marks)
Oi Yeray, Obrigado por responder ao meu post. O cenário do meu problema é o seguinte: No formulário eu tenho um Button e um DBChart apenas, além de 3 procedimentos. O problema todo foi provocado por um pequeno algoritmo no evento OnShow do formulário que oculta todas as Marks cujo valor seja igual a...
- Mon Jun 13, 2011 5:49 pm
- Forum: VCL
- Topic: I can not remove the shadow (marks)
- Replies: 4
- Views: 3379
I can not remove the shadow (marks)
The shadow of the marks does not work on DBChart (TeeChart Standard v2011 VCL - Delphi 7) At runtime: / / does not work MyDBChart.Series [0]. Marks.Shadow.Visible: = False; / / does not work MyDBChart.Series [0]. Marks.Shadow.Transparency: = 100; / / This works fine MyDBChart.Series [0]. Marks.FontS...