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


IPieChartRenderer.MinSize Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IPieChartRenderer.MinSize Property

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

Product Availability

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

See Also

IPieChartRenderer Interface