All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.highcharts4gwt.model.highcharts.api.plotoptions.pie.DataLabels Maven / Gradle / Ivy

There is a newer version: 0.0.7
Show newest version

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);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy