.netCHARTING v10.5 Documentation


YValue Property
Gets or sets the y value of this element.
Syntax
'Declaration
 
Public Property YValue As Double
'Usage
 
Dim instance As Element
Dim value As Double
 
instance.YValue = value
 
value = instance.YValue
public double YValue {get; set;}
Remarks
YValue is the main value container for elements. It is used at times when the element's value would not officially be considered the y value such as: pie slice value. Using ChartType.ComboHorizontal the YValue type value corresponds to the x axis because this allows the element to be interchangable between the vertical and horizontal combo chart.
This Element value type is used by all chart types except ChartType.Financial.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also