Visual Basic (Declaration) | |
---|---|
Public Property YValue As Double |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public double YValue {get; set;} |
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.
This Element value type is used by all chart types except ChartType.Financial.