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


Gets or sets the initial Y DateTime value of this element.

Syntax

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

Remarks

Using ChartType.ComboHorizontal the YDateTimeStart 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.