User (Legacy) Posted September 21, 2001 Report Share Posted September 21, 2001 I have a label that exceeds the area available to display it. Is it possible to break up the label into two lines? TIA, Justin Link to comment Share on other sites More sharing options...
Software FX Posted September 21, 2001 Report Share Posted September 21, 2001 You can embed CR/LF (Chr(13) + Chr(10) in ASP) to force a line break in almost any string passed to ChartFX. -- Regards, JC SoftwareFX "Justin Stephens" <jstephens@profdata.com> wrote in message news:vegteQtQBHA.1180@webserver1.softwarefx.com... > I have a label that exceeds the area available to display it. > > Is it possible to break up the label into two lines? > > TIA, > > Justin > > Link to comment Share on other sites More sharing options...
User (Legacy) Posted October 8, 2001 Author Report Share Posted October 8, 2001 I had tried this and I get a symbol on my label with no break. I guess this is one of those not almost any string passed to ChartFX. "SoftwareFX Support" <support@softwarefx.com> wrote in message news:x65CLwuQBHA.1180@webserver1.softwarefx.com... > You can embed CR/LF (Chr(13) + Chr(10) in ASP) to force a line break in > almost any string passed to ChartFX. > > -- > Regards, > > JC > SoftwareFX > "Justin Stephens" <jstephens@profdata.com> wrote in message > news:vegteQtQBHA.1180@webserver1.softwarefx.com... > > I have a label that exceeds the area available to display it. > > > > Is it possible to break up the label into two lines? > > > > TIA, > > > > Justin > > > > > > Link to comment Share on other sites More sharing options...
Software FX Posted October 9, 2001 Report Share Posted October 9, 2001 To show CR/LF in an axis label you have to turn off the AS_SINGLELINE flag using the Axis.Style property. We recently uploaded a sample at http://support.softwarefx.com/cfxie , Select ASP Samples and then open the Labels node. The sample is named "Line Breaks in Labels" and show multiple line strings in X axis, titles and series legend window. Regards, JC "Justin Stephens" <jstephens@profdata.com> wrote in message news:knQZAiDUBHA.1276@webserver1.softwarefx.com... > I had tried this and I get a symbol on my label with no break. I guess this > is one of those not almost any string passed to ChartFX. > > > "SoftwareFX Support" <support@softwarefx.com> wrote in message > news:x65CLwuQBHA.1180@webserver1.softwarefx.com... > > You can embed CR/LF (Chr(13) + Chr(10) in ASP) to force a line break in > > almost any string passed to ChartFX. > > > > -- > > Regards, > > > > JC > > SoftwareFX > > "Justin Stephens" <jstephens@profdata.com> wrote in message > > news:vegteQtQBHA.1180@webserver1.softwarefx.com... > > > I have a label that exceeds the area available to display it. > > > > > > Is it possible to break up the label into two lines? > > > > > > TIA, > > > > > > Justin > > > > > > > > > > > > Link to comment Share on other sites More sharing options...
User (Legacy) Posted October 9, 2001 Author Report Share Posted October 9, 2001 I found the samples very helpful. Thank you. "SoftwareFX Support" <support@softwarefx.com> wrote in message news:n7RVnoPUBHA.1388@webserver1.softwarefx.com... > To show CR/LF in an axis label you have to turn off the AS_SINGLELINE flag > using the Axis.Style property. We recently uploaded a sample at > http://support.softwarefx.com/cfxie , Select ASP Samples and then open the > Labels node. The sample is named "Line Breaks in Labels" and show multiple > line strings in X axis, titles and series legend window. > > Regards, > > JC > > "Justin Stephens" <jstephens@profdata.com> wrote in message > news:knQZAiDUBHA.1276@webserver1.softwarefx.com... > > I had tried this and I get a symbol on my label with no break. I guess > this > > is one of those not almost any string passed to ChartFX. > > > > > > "SoftwareFX Support" <support@softwarefx.com> wrote in message > > news:x65CLwuQBHA.1180@webserver1.softwarefx.com... > > > You can embed CR/LF (Chr(13) + Chr(10) in ASP) to force a line break in > > > almost any string passed to ChartFX. > > > > > > -- > > > Regards, > > > > > > JC > > > SoftwareFX > > > "Justin Stephens" <jstephens@profdata.com> wrote in message > > > news:vegteQtQBHA.1180@webserver1.softwarefx.com... > > > > I have a label that exceeds the area available to display it. > > > > > > > > Is it possible to break up the label into two lines? > > > > > > > > TIA, > > > > > > > > Justin > > > > > > > > > > > > > > > > > > > > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.