![]() ![]() |
ESRI.ArcGIS.ADF.IMS | |
MaxSize Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace > ChartSymbol Class : MaxSize Property |
Visual Basic (Declaration) | |
---|---|
Public Property MaxSize As Integer |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ChartSymbol Dim value As Integer instance.MaxSize = value value = instance.MaxSize |
C# | |
---|---|
public int MaxSize {get; set;} |
Has no value unless explicitly set.
MinSize and MaxSize determine the minimum and maximum size of a chart, respectively. For each feature, the size of the chart is relative to other features based on the minimum and maximum values. These values are set using MinValue and MaxValue.
If a feature has a value less than or equal to MinValue, then the chart is drawn at MinSize. If a feature has a value greater than or equal to MaxValue, then the chart is drawn at MaxSize. The chart size for all other features is based on a ratio of its value relative to the minimum and maximum values.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family