C# Class SmartQuant.FinChart.Objects.DrawingPath

Inheritance: IUpdatable
Exibir arquivo Open project: fastquant/fastquant.dll Class Usage Examples

Public Methods

Method Description
Add ( System.DateTime x, double y ) : void
DrawingPath ( string name ) : System
Insert ( int index, System.DateTime x, double y ) : void
RemoveAt ( int index ) : void

Private Methods

Method Description
EmitUpdated ( ) : void

Method Details

Add() public method

public Add ( System.DateTime x, double y ) : void
x System.DateTime
y double
return void

DrawingPath() public method

public DrawingPath ( string name ) : System
name string
return System

Insert() public method

public Insert ( int index, System.DateTime x, double y ) : void
index int
x System.DateTime
y double
return void

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void