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




Gets or sets a value that is used to change the color of a chart segment depending on user-assigned integer values.

Syntax

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

Remarks

Value is a single integer number. It could represent population or number of vehicles, for example. This value is used as the numerator. The sum of all values in the chart's collection is the denominator. Each segment in the resulting chart is a percentage of the total. If the population of one of the segments is 50000, and the total population is 200000, then this segment would be 25% (50000/200000) of the pie or bar.

See Also

© 2010 All Rights Reserved.