.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Element Class : YDateTimeStart Property
YDateTimeStart Property
Gets or sets the initial Y DateTime value of this element.
Syntax
'Declaration
 
Public Property YDateTimeStart As Date
'Usage
 
Dim instance As Element
Dim value As Date
 
instance.YDateTimeStart = value
 
value = instance.YDateTimeStart
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.
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