User (Legacy) Posted February 6, 2003 Report Share Posted February 6, 2003 Hi, I am trying to set the X-axis labels of my Line chart to custom values, e.g. ranging from 700 to 900. Is it possible to pass an array of the custom values that I want to be displayed? Setting AxisX.Min and AxisX.Max properties accordingly does not help much, but instead shows values ranging from 700 to 720. I downloaded the latest version available but I could not find a Step property. I also tried to use AdjutScale method but that did not help me much either. Would you please tell me if I am doing something wrong? I apologize if a similar question has already been posed (I tried to look for one carefully before posting mine.) Thank you. Link to comment Share on other sites More sharing options...
User (Legacy) Posted February 6, 2003 Author Report Share Posted February 6, 2003 Hi, I am trying to set the X-axis labels of my Line chart to custom values, e.g. ranging from 700 to 900. Is it possible to pass an array of the custom values that I want to be displayed? Setting AxisX.Min and AxisX.Max properties accordingly does not help much, but instead shows values ranging from 700 to 720. I downloaded the latest version available but I could not find a Step property. I also tried to use AdjutScale method but that did not help me much either. Would you please tell me if I am doing something wrong? I apologize if a similar question has already been posed (I tried to look for one carefully before posting mine.) Thank you. Link to comment Share on other sites More sharing options...
Software FX Posted February 7, 2003 Report Share Posted February 7, 2003 The X-Axis in Chart FX Lite is categorical,. meaning that the values displayed on it are just a collection of labels or numbers. Chart FX Lite has no support for a real X-Axis. You can use the Label property to assign string labels to each point. -- FP Software FX, Inc. Link to comment Share on other sites More sharing options...
Software FX Posted February 7, 2003 Report Share Posted February 7, 2003 The X-Axis in Chart FX Lite is categorical,. meaning that the values displayed on it are just a collection of labels or numbers. Chart FX Lite has no support for a real X-Axis. You can use the Label property to assign string labels to each point. -- FP Software FX, Inc. Link to comment Share on other sites More sharing options...
User (Legacy) Posted February 10, 2003 Author Report Share Posted February 10, 2003 The Axis Class does not seem to have Label property...Am I missing something? Regards, Anton "SoftwareFX Support" <support@softwarefx.com> wrote in message news:dhSJ7BszCHA.1384@webserver1.softwarefx.com... > The X-Axis in Chart FX Lite is categorical,. meaning that the values > displayed on it are just a collection of labels or numbers. Chart FX Lite > has no support for a real X-Axis. > > You can use the Label property to assign string labels to each point. > > -- > FP > Software FX, Inc. > > Link to comment Share on other sites More sharing options...
User (Legacy) Posted February 10, 2003 Author Report Share Posted February 10, 2003 The Axis Class does not seem to have Label property...Am I missing something? Regards, Anton "SoftwareFX Support" <support@softwarefx.com> wrote in message news:dhSJ7BszCHA.1384@webserver1.softwarefx.com... > The X-Axis in Chart FX Lite is categorical,. meaning that the values > displayed on it are just a collection of labels or numbers. Chart FX Lite > has no support for a real X-Axis. > > You can use the Label property to assign string labels to each point. > > -- > FP > Software FX, Inc. > > Link to comment Share on other sites More sharing options...
Software FX Posted February 10, 2003 Report Share Posted February 10, 2003 No. In Chart FX Lite, the Chart object contains a property called Legend that allow you to set the X-Axis labels. Only the X-Axis supports this kind of labeling in Chart FX Lite. -- FP Software FX, Inc. Link to comment Share on other sites More sharing options...
Software FX Posted February 10, 2003 Report Share Posted February 10, 2003 No. In Chart FX Lite, the Chart object contains a property called Legend that allow you to set the X-Axis labels. Only the X-Axis supports this kind of labeling in Chart FX Lite. -- FP Software FX, Inc. Link to comment Share on other sites More sharing options...
User (Legacy) Posted February 11, 2003 Author Report Share Posted February 11, 2003 This certainly helped. Thank you very much. Anton "SoftwareFX Support" <support@softwarefx.com> wrote in message news:Fbr$9hU0CHA.2132@webserver1.softwarefx.com... > No. In Chart FX Lite, the Chart object contains a property called Legend > that allow you to set the X-Axis labels. > > Only the X-Axis supports this kind of labeling in Chart FX Lite. > > -- > FP > Software FX, Inc. > > Link to comment Share on other sites More sharing options...
User (Legacy) Posted February 11, 2003 Author Report Share Posted February 11, 2003 This certainly helped. Thank you very much. Anton "SoftwareFX Support" <support@softwarefx.com> wrote in message news:Fbr$9hU0CHA.2132@webserver1.softwarefx.com... > No. In Chart FX Lite, the Chart object contains a property called Legend > that allow you to set the X-Axis labels. > > Only the X-Axis supports this kind of labeling in Chart FX Lite. > > -- > FP > Software FX, Inc. > > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.