Last updated

API / geotoolkit / charts / ITernaryChart / ITernaryChart

Class: ITernaryChart

charts.ITernaryChart.ITernaryChart

Interface for AbstractChart class that supports SystemType.Ternary system.

Interface

Implemented by

Table of contents

Constructors
Methods

Contents

Constructors

new ITernaryChart()

new ITernaryChart()

Methods

setTernaryAxesLocation

Abstract setTernaryAxesLocation(xLocation, yLocation): ITernaryChart

Sets axes data locations

Parameters

Name Type Description
xLocationTernaryAxisLocationlocation for the x-series
yLocationTernaryAxisLocationlocation for the y-series

Returns

ITernaryChart