Chart Minimum Y Axis Value

pinbotpinbot Texas
edited 11:59AM in FastReport .NET
Is there a way to specify a y-axis minimum value, or at least have it use something better than 0?

My values extend from about 80 to 93 and the variance does not show up because the y-axis value starts at 0. I'd like to narrow the range.

Picture attached.

Comments

  • edited 11:59AM
    It's not possible via chart object editor. You can do it in the "Properties" window:

    - select ChartObject;
    - in the Properties window, expand the "Chart" property;
    - invoke the "ChartAreas" property editor;
    - locate the "Axes" property and invoke its editor;
    - select axis that you need to change and set its "Minimum" and "Maximum" properties;
    - close all editors and move a chart a little. This is required to set "modified" flag in designer, because property editors do not raise "changed" event.
  • edited 11:59AM
    The "Chart" property of the MSChartObject contains a reference to the Microsoft Chart control, so you can use its documentation to learn more about its properties.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.