User (Legacy) Posted September 24, 2006 Report Posted September 24, 2006 Hi All, Can or How do l change the background of the graph between two custom grid lines? Thanks, Sean.
Software FX Posted September 26, 2006 Report Posted September 26, 2006 You need to create an axis section: chart.AxisY.Sections.Add(new AxisSection(from,to,color)); -- Francisco Padron www.chartfx.com Desktop.zip
User (Legacy) Posted September 26, 2006 Author Report Posted September 26, 2006 Thanks Francisco. "SoftwareFX Support" <noreply@softwarefx.com> wrote in message news:uqEdDzX4GHA.1852@webserver3.softwarefx.com... > You need to create an axis section: > > chart.AxisY.Sections.Add(new AxisSection(from,to,color)); > > -- > Francisco Padron > www.chartfx.com >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.