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
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