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


Gets or sets the Y DateTime value of this element.

Syntax

Visual Basic (Declaration) 
Public Property YDateTime As Date
Visual Basic (Usage)Copy Code
Dim instance As Element
Dim value As Date
 
instance.YDateTime = value
 
value = instance.YDateTime
C# 
public DateTime YDateTime {get; set;}

Remarks

Using ChartType.ComboHorizontal the YDateTime value type corresponds to the x axis because this allows the element to be interchangeable between the vertical and horizontal combo chart.

See Also

© 2010 All Rights Reserved.