Hello, I've been trying to reproduce the problem in a simple project but I had the same luck than you. Anyway I'm posting here the code in case it needs to be revised in the future: var i: Integer; begin AddSeries(THorizBarSeries); Chart1[0].Visible:=False; AddSeries(THorizBarSeries); with Chart1[1]...
Hello, You could modify the ToolTip refresh function as follows: for (i = 0; i < 3; i++) { Chart1.addSeries(s = new Tee.Line().addRandom(15)); } var tooltip = new Tee.ToolTip(Chart1); Chart1.tools.add(tooltip); tooltip.old_refresh=tooltip.refresh; tooltip.refresh = function(series,index) { if (serie...
Hello, When View3DWalls := true, the Chart shows Frame, but Walls are not AutoHide (except Walls.Back). You can set the Left and Bottom Walls brush to bsClear : with Walls do begin Left.Brush.Style:=bsClear; Bottom.Brush.Style:=bsClear; end; 2. When Axis.Title.Caption use Chinese characters, they di...
The VCL version of TeeTree uses the Windows scrollbar.
That takes it's paint characteristics from general Windows theme properties and is not modifiable via Tree properties.