Search found 1 match
- Mon Jan 08, 2024 2:37 pm
- Forum: VCL
- Topic: How to make space in the legend for drawing?
- Replies: 1
- Views: 19723
How to make space in the legend for drawing?
I was using TeeChart Pro version 2011 and used the following to make space in the legend to the left, for drawing the contour line types (in C++) GetLegendRectEvent(TCustomChart *Sender, TRect &Rect) { int ExtraLegendWidth=floor((double)(Rect.Right-Rect.Left)*0.5+0.5); if (ExtraLegendWidth<35) Extra...