Time

View as Markdown

Definition

Determines date/time value the chart anchor is drawn.

Property Value

An DateTime value representing a time value

Syntax

\<ChartAnchor\>.Time

Examples

1public override void OnMouseDown(ChartControl chartControl, ChartPanel chartPanel, ChartScale chartScale, Point point)
2{
3 Print(MyAnchor.Time); // prints the X axis datetime of the chart anchor
4 // 8/26/2014 6:55:00 PM
5}