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




Gets or sets the minimum value that corresponds to the minimum chart size in MinSize.

Syntax

Visual Basic (Declaration) 
Public Property MinValue As Integer
Visual Basic (Usage)Copy Code
Dim instance As ChartSymbol
Dim value As Integer
 
instance.MinValue = value
 
value = instance.MinValue
C# 
public int MinValue {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.