ESRI.ArcGIS.ADF.IMS
MinSize Property
See Also 
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace > ChartSymbol Class : MinSize Property




Gets or sets the minimum size of the chart if Size or SizeField is not used.

Syntax

Visual Basic (Declaration) 
Public Property MinSize As Integer
Visual Basic (Usage)Copy Code
Dim instance As ChartSymbol
Dim value As Integer
 
instance.MinSize = value
 
value = instance.MinSize
C# 
public int MinSize {get; set;}

Remarks

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.

See Also

© 2010 All Rights Reserved.