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