ArcObjects Library Reference (Display)  

IChartSymbol.MaxValue Property

The maximum value.

[Visual Basic .NET]
Public Property MaxValue As Double
[C#]
public double MaxValue {get; set;}
[C++]
HRESULT get_MaxValue(
  double* Value
);
[C++]
HRESULT put_MaxValue(
  double Value
);
[C++]

Parameters

Value [out, retval]   Value is a parameter of type double Value [in]   Value is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

When building a ChartRenderer through code and having varying size charts, you need to set this property so that the renderer's legend information is correct. This property should be set to the largest value for any field for all of the features in the layer.

See Also

IChartSymbol Interface