User (Legacy) Posted April 22, 2004 Report Share Posted April 22, 2004 How can I add a constant line on the chart? I know I can add a constant series, but it is not flexible. I also want the line style of that constant line exactly as the line style of the axisX. How to do it easily? Thanks, Leo Link to comment Share on other sites More sharing options...
Software FX Posted April 22, 2004 Report Share Posted April 22, 2004 chart1.ConstantLines[0].Value = 2; chart1.ConstantLines[0].Style = chart1.AxisX.Line.Style; chart1.ConstantLines[0].Color = chart1.AxisX.Line.Color; Check the docs. for more properties in the ConstantLine class. -- FP Software FX Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.