KB-17910: Attributing values to Y axis scales of an E3Chart in the report.

Question:

How can I attribute values to the Y axis’ minimum and maximum values of an E3Chart that is in the report?

Solution:

This can be done via the report’s scripts, by accessing the VerScaleBegin and VerScaleEnd properties of the E3Chart in the report.

Example:

PageHeader‘s OnBeforePrint event, in the report’s scripts:
Set Chart = Report.Sections("PageHeader").Controls("E3Chart1")

Chart.VerScaleBegin = 150
Chart.VerScaleEnd = 95
Print Friendly, PDF & Email

Este artigo foi útil? Was this helpful?

Classificação média - Average rating 0 / 5. Count: 0

Leave a Reply

Your email address will not be published.Required fields are marked *