public class GraphSelection
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
GraphSelection.SelectionType
Specifies the graph selection type
data: data components like bars, data markers, etc., can be selected series: series components like legend markers, dataline, etc., can be selected group: group components y1TickLabels, y1MajorTick, etc., can be selected non_data: data components like Title, Subtitle, etc., can be selected. |
Modifier and Type | Field and Description |
---|---|
protected CommonGraph |
m_graph |
protected GraphContext |
m_graphContext |
Constructor and Description |
---|
GraphSelection()
Constructor
|
GraphSelection(UIGraph uiGraph)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
GraphContext |
getDataContext()
Deprecated.
GraphContext is deprecated and should not be used
|
protected transient GraphContext m_graphContext
protected transient CommonGraph m_graph
@Deprecated public GraphSelection(UIGraph uiGraph)
public GraphSelection()
@Deprecated public GraphContext getDataContext()