Pergunta

Is it possible to simply change the BiDiMode of a TChart's legend? Or I have to draw the whole legend manually?

Foi útil?

Solução

BiDiMode in TeeChart should be this way?

  Chart1.BiDiMode:=bdRightToLeft;

This has never been supported though so we will try to implement it for upcoming releases.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top