ESRI.ArcGIS.ADF.IMS
Value Property
See Also  Send Feedback
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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.