This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPieChartRenderer Interface > IPieChartRenderer.MinSize Property (ArcObjects .NET 10.4 SDK) |
Symbol size (points) corresponding to the minimum value.
[Visual Basic .NET] Public Property MinSize As Double
[C#] public double MinSize {get; set;}
[C++]
HRESULT get_MinSize(
double* points
);
[C++]
HRESULT put_MinSize(
double points
);
[C++]
Parameters points [out, retval] points is a parameter of type double points [in] points is a parameter of type double