This document is archived and information here might be outdated.  Recommended version.


ICalcRendererValues2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICalcRendererValues2 Interface
ArcGIS Developer Help

ICalcRendererValues2 Interface

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.

Members

Name Description
Method CalcMinMax Calculates minimum and maximum values.
Method CalcMinMaxExt Calculates minimum and maximum values.
Method GetFieldTotals Gets totals for all fields.
Method SetData Sets data for calculation.
Method SetDirty Sets object to state where values will be recalculated.
Method SetMinMax Manually sets minimum and maximum values.

Inherited Interfaces

Interfaces Description
ICalcRendererValues Provides access to members that are used to calculate the renderer statistics required for some uses of a ChartRenderer.

Classes that implement ICalcRendererValues2

Classes Description
CalcRendererValues An object that calculates renderer statistics which are required for some uses of the ChartRenderer object.