public final class ChartBindingSources
extends java.lang.Object
Provides access to the ChartBindingSources object.
Chart's data can be used to populate external controls in your Web page, like GridViews. Using this class you can choose which data you pass to the external control, the available options are the following:
Option | Description |
---|---|
All | All data is passed to the external control, even if one or more series are hidden. However, if some portion of your data is filtered, this information will not be shared with the external control. |
Current | Returns the number of the selected points. |
CurrentDetail | Shares the information of the selected points. The information of the point in all series will be shared. |
ToolTipCurrent | Description for ToolTipCurrent |
ToolTipCurrentDetail | Description for ToolTipCurrentDetail |
Constructor and Description |
---|
ChartBindingSources() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getAllView()
Returns all the data the chart is using as DataSource.
|
java.lang.Object |
getSelectedItemDetailView()
Returns the data in the selected points.
|
java.lang.Object |
getSelectedItemView()
Description goes here
|
java.lang.Object |
getToolTipSelectedItemDetailView()
Returns the data in the points where the user has the mouse pointer.
|
java.lang.Object |
getToolTipSelectedItemView()
Description goes here
|
public java.lang.Object getAllView()
Returns all the data the chart is using as DataSource.
public java.lang.Object getSelectedItemDetailView()
Returns the data in the selected points.
public java.lang.Object getSelectedItemView()
Description goes here
public java.lang.Object getToolTipSelectedItemDetailView()
Returns the data in the points where the user has the mouse pointer.
public java.lang.Object getToolTipSelectedItemView()
Description goes here
2014 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.