Java javafx.scene.chart PieChart.Data fields, constructors, methods, implement or subclass

Example usage for Java javafx.scene.chart PieChart.Data fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.scene.chart PieChart.Data.

The text is from its open source code.

Constructor

Data(java.lang.String name, double value)
Constructs a PieChart.Data object with the given name and value.