Perforce JViews Charts Sample: Logarithmic Scales


Description

This sample shows how to use a logarithmic scale in a chart.

How to Use the Sample

How to Run the Sample as an Application

This sample can be run as an application. The installation directory contains an executable JAR file, logarithmic.jar, that allows you to execute the sample with a double click from a file browser. Note that if you are using Internet Explorer, you can open the installation directory and execute the JAR file from the browser. This technique may not work in other Web browsers.

Alternatively, you can run the sample application from the command line. First check that the Ant utility is properly configured. If not, see the instructions on how to configure Ant for Perforce JViews.

Then, go to the installation directory of the sample and type:

ant run

Topics Covered

Detailed Description

This sample shows how to use a logarithmic scale in a chart. A new Y-axis is added to the chart as the second coordinate system and initialized with a logarithmic transformer (instance of IlvLogarithmicAxisTransformer). Then, the logarithmic scale is created and associated to this new Y-axis. Finally, to define how scale step values are computed, an IlvLogarithmicStepsDefinition instance is set on the scale. Once initialized, the scale is positioned at the right side of the data display area.

Two functions (through their corresponding IlvFunctionDataSet data sets) are used as input data and are rendered with two renderers:

Installation Directory

The Logarithmic Scales sample is installed here.

Classes Involved

Source Files

Copyright © 2021 Rogue Wave Software, Inc., a Perforce company. All rights reserved. Legal terms.