I have a diagram with balks which is orientated horizontal. On the horizontal axis I want to have the numbers (how can I placed it on the bottom instead on the top?) and on the vertical axis I want to have variable string values, like "0-5", "6-10", "11-15", "16-20" and so on.
The followed procedure I do not understand and the value YAxisGetVal is not known.
procedure TForm1.YAxisGetVal(Sender: TObject; Serie: TChartSerie; Value: double; var AValue: string); begin AValue := floattostr(Value - 15); end;