com.esri.arcgis.carto
Interface ICalcRendererValues2
- All Superinterfaces:
- ICalcRendererValues, Serializable
- All Known Implementing Classes:
- CalcRendererValues
public interface ICalcRendererValues2
- extends ICalcRendererValues, Serializable
Provides access to members that are used to calculate the renderer statistics required for some uses of a ChartRenderer.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Method Summary |
void |
calcMinMaxExt(boolean positiveValuesOnly,
double[] minValue,
double[] maxValue)
Calculates minimum and maximum values. |
calcMinMaxExt
void calcMinMaxExt(boolean positiveValuesOnly,
double[] minValue,
double[] maxValue)
throws IOException,
AutomationException
- Calculates minimum and maximum values.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
positiveValuesOnly
- The positiveValuesOnly (in)minValue
- The minValue (out: use single element array)maxValue
- The maxValue (out: use single element array)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.