dotnetCHARTING Send comments on this topic.
YValueStart Property
See Also 
dotnetCHARTING Namespace > Element Class : YValueStart Property


Gets or sets the initial Y value of this element.

Syntax

Visual Basic (Declaration) 
Public Property YValueStart As Double
Visual Basic (Usage)Copy Code
Dim instance As Element
Dim value As Double
 
instance.YValueStart = value
 
value = instance.YValueStart
C# 
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.

See Also

© 2010 All Rights Reserved.