This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPieChartRenderer Interface > IPieChartRenderer.MinValue Property (ArcObjects .NET 10.4 SDK) |
Minimum value (used for proportional sizing).
[Visual Basic .NET] Public Property MinValue As Double
[C#] public double MinValue {get; set;}
[C++]
HRESULT get_MinValue(
double* Value
);
[C++]
HRESULT put_MinValue(
double Value
);
[C++]
Parameters Value [out, retval] Value is a parameter of type double Value [in] Value is a parameter of type double