TimeCycles

<< Click to Display Table of Contents >>

Navigation:  NinjaScript > Language Reference > Common > Drawing > Draw.TimeCycles() >

TimeCycles

Previous page Return to chapter overview Next page

Definition

Represents an interface that exposes information regarding a TimeCyles IDrawingTool.

 

Methods and Properties

Anchor

An IDrawingTool's ChartAnchor representing the point of the drawing object

OutlineStroke

A Stroke used for the outline of the region

AreaBrush

A Brush object representing the fill color of the draw object

 

 

 

Example

ns

// Instantiate a Time Cycles object
TimeCycles myTimeCycles = (this, "tag1", 0, 10, Brushes.CornflowerBlue, Brushes.CornflowerBlue, 40);
 
// Change the object's OutlineBrush
myTimeCycles.OutlineStroke = new Stroke(Brushes.Red);