XY-LINE series
Posted: Mon Sep 03, 2007 1:56 pm
Hello !
I want to make a simple xy-line-series,
that means lines from any xy-point to an other,
without points.
The TLineseries does not work because it sorts the values by x.
Can I disable it?
TPointSeries have not line between the points, be default.
In the chart editor I cannot define lines between it.
But in the TChartPro 7 Demo I find this needed feature in
the Point 3D demo.
In the code page I see:
Series1->LinePen->Visible = CheckBox1->Checked;
I tested it in my program but I did not work.
I see only points
Here is my code
Series1->LinePen->Color=clBlack;
Series1->LinePen->Style=psSolid;
Series1->LinePen->Visible=true;
What must I do ?
Best regards
Andreas Weichert
I want to make a simple xy-line-series,
that means lines from any xy-point to an other,
without points.
The TLineseries does not work because it sorts the values by x.
Can I disable it?
TPointSeries have not line between the points, be default.
In the chart editor I cannot define lines between it.
But in the TChartPro 7 Demo I find this needed feature in
the Point 3D demo.
In the code page I see:
Series1->LinePen->Visible = CheckBox1->Checked;
I tested it in my program but I did not work.
I see only points
Here is my code
Series1->LinePen->Color=clBlack;
Series1->LinePen->Style=psSolid;
Series1->LinePen->Visible=true;
What must I do ?
Best regards
Andreas Weichert