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 DataLabelsTextPathDataLabels. getLinkTextPath()Returns the options for a link label text which should follow link connection, if any.DataLabelsTextPathNetworkGraphDataLabels. getLinkTextPath()Returns the options for a link label text which should follow link connection, if any.DataLabelsTextPathDataLabels. 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 voidDataLabels. setLinkTextPath(DataLabelsTextPath linkTextPath)Sets the options for a link label text which should follow link connection.voidNetworkGraphDataLabels. setLinkTextPath(DataLabelsTextPath linkTextPath)Sets the options for a link label text which should follow link connection.voidDataLabels. setTextPath(DataLabelsTextPath textPath)Sets options for a label text which should follow marker's shape.
-