Package quadbase.util

Interface IDoughnutPropertySet

All Superinterfaces:
IPiePropertySet

public interface IDoughnutPropertySet extends IPiePropertySet
This interface is used to modify the properties associated with a Doughnut chart. A handle to an object that implements this interface can be obtained by calling the gethDoughnutProperties method defined in QbChart.
  • Method Details

    • getArcLengthRatio

      int getArcLengthRatio()
      Gets the arc length ratio for doughnut slice (1-100%)
      Returns:
      The arc length ratio for doughnut slice.
    • setArcLengthRatio

      void setArcLengthRatio(int len)
      Sets the arc length ratio for doughnut slice. (1-100%)
      Parameters:
      arc - length ratio for doughnut slice.