Question

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

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top