.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Element Class : YValueStart Property
YValueStart Property
Gets or sets the initial Y value of this element.
Syntax
'Declaration
 
Public Property YValueStart As Double
'Usage
 
Dim instance As Element
Dim value As Double
 
instance.YValueStart = value
 
value = instance.YValueStart
public double YValueStart {get; set;}
Remarks
Using ChartType.ComboHorizontal, the YValueStart 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