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




Gets or sets a value that is used together with MaxValue to determine the minimum value for drawing a chart segment.

Syntax

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

Remarks

Has no value unless explicitly set.

See Also

© 2010 All Rights Reserved.