Uses of Class
org.zkoss.chart.plotOptions.DataLabelsTextPath
-
Packages that use DataLabelsTextPath Package Description org.zkoss.chart.plotOptions -
-
Uses of DataLabelsTextPath in org.zkoss.chart.plotOptions
Methods in org.zkoss.chart.plotOptions that return DataLabelsTextPath Modifier and Type Method Description DataLabelsTextPath
DataLabels. getLinkTextPath()
Returns the options for a link label text which should follow link connection, if any.DataLabelsTextPath
NetworkGraphDataLabels. getLinkTextPath()
Returns the options for a link label text which should follow link connection, if any.DataLabelsTextPath
DataLabels. getTextPath()
Returns options for a label text which should follow marker's shape, if any.Methods in org.zkoss.chart.plotOptions with parameters of type DataLabelsTextPath Modifier and Type Method Description void
DataLabels. setLinkTextPath(DataLabelsTextPath linkTextPath)
Sets the options for a link label text which should follow link connection.void
NetworkGraphDataLabels. setLinkTextPath(DataLabelsTextPath linkTextPath)
Sets the options for a link label text which should follow link connection.void
DataLabels. setTextPath(DataLabelsTextPath textPath)
Sets options for a label text which should follow marker's shape.
-