com.github.highcharts4gwt.model.highcharts.api.plotoptions.pie.DataLabels Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of highcharts Show documentation
Show all versions of highcharts Show documentation
GWT wrapper for highcharts library.
package com.github.highcharts4gwt.model.highcharts.api.plotoptions.pie;
public interface DataLabels
extends com.github.highcharts4gwt.model.highcharts.api.plotoptions.series.DataLabels
{
String connectorColor();
DataLabels connectorColor(String connectorColor);
double connectorPadding();
DataLabels connectorPadding(double connectorPadding);
double connectorWidth();
DataLabels connectorWidth(double connectorWidth);
boolean softConnector();
DataLabels softConnector(boolean softConnector);
}