C# Class SmartQuant.FinChart.Objects.DrawingPath

Inheritance: IUpdatable
Afficher le fichier Open project: fastquant/fastquant.dll Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
EmitUpdated ( ) : void

Method Details

Add() public méthode

public Add ( System.DateTime x, double y ) : void
x System.DateTime
y double
Résultat void

DrawingPath() public méthode

public DrawingPath ( string name ) : System
name string
Résultat System

Insert() public méthode

public Insert ( int index, System.DateTime x, double y ) : void
index int
x System.DateTime
y double
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void