| Modifier and Type | Method and Description |
|---|---|
void |
adjustRange()
Adjusts the axis range of all axes.
|
int |
createXAxis()
Creates the X axis.
|
int |
createYAxis()
Creates the Y axis.
|
void |
deleteXAxis(int id)
Deletes the X Axis for given axis id.
|
void |
deleteYAxis(int id)
Deletes the Y Axis for given id.
|
void |
dispose()
Disposes the resources.
|
IAxis[] |
getAxes()
Gets the array of all axes.
|
IAxis[] |
getXAxes()
Gets the array of X axes.
|
IAxis |
getXAxis(int id)
Gets the X axis for the given id.
|
int[] |
getXAxisIds()
Gets the array of X axis ids.
|
IAxis[] |
getYAxes()
Gets the array of Y axes.
|
IAxis |
getYAxis(int id)
Gets the Y axis for given index.
|
int[] |
getYAxisIds()
Gets the array of Y axis ids.
|
void |
refresh()
Refreshes the cache.
|
void |
updateLayoutData()
Updates the layout data.
|
void |
zoomIn()
Zooms in all axes.
|
void |
zoomOut()
Zooms out all axes.
|
public AxisSet(Chart chart)
chart - the chartpublic int createXAxis()
IAxisSetcreateXAxis in interface IAxisSetpublic int createYAxis()
IAxisSetcreateYAxis in interface IAxisSetpublic IAxis getXAxis(int id)
IAxisSetpublic IAxis getYAxis(int id)
IAxisSetpublic IAxis[] getXAxes()
IAxisSetpublic IAxis[] getYAxes()
IAxisSetpublic IAxis[] getAxes()
IAxisSetpublic int[] getXAxisIds()
IAxisSetgetXAxisIds in interface IAxisSetpublic int[] getYAxisIds()
IAxisSetgetYAxisIds in interface IAxisSetpublic void deleteXAxis(int id)
IAxisSetdeleteXAxis in interface IAxisSetid - the axis idpublic void deleteYAxis(int id)
IAxisSetdeleteYAxis in interface IAxisSetid - the axis idpublic void adjustRange()
IAxisSetadjustRange in interface IAxisSetpublic void zoomIn()
IAxisSetpublic void zoomOut()
IAxisSetpublic void updateLayoutData()
public void refresh()
public void dispose()
Copyright © 2016. All Rights Reserved.