ESRI.ArcGIS.ADF.ArcGISServer
MinimumValue Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > ClassBreaksRenderer Class : MinimumValue Property




Minimum break, i.e. the lower bound of the first class.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property MinimumValue As Double
Visual Basic (Usage)Copy Code
Dim instance As ClassBreaksRenderer
Dim value As Double
 
instance.MinimumValue = value
 
value = instance.MinimumValue
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public double MinimumValue {get; set;}

See Also

© 2010 All Rights Reserved.