C# Class SmartQuant.Charting.Graph

Inheritance: IDrawable, IZoomable, IMovable
Afficher le fichier Open project: fastquant/fastquant.dll

Private Properties

Свойство Type Description
MinMax void

Méthodes publiques

Méthode Description
Add ( TLabel label ) : void
Add ( TMarker marker ) : void
Add ( double x, double y ) : void
Add ( double x, double y, Color color ) : void
Add ( double x, double y, string text ) : void
Add ( double x, double y, string text, Color markerColor ) : void
Add ( double x, double y, string text, Color markerColor, Color textColor ) : void
Distance ( double x, double y ) : TDistance
Draw ( ) : void
Draw ( string option ) : void
GetPadRangeX ( Pad pad ) : SmartQuant.Charting.PadRange
GetPadRangeY ( Pad pad ) : SmartQuant.Charting.PadRange
Graph ( ) : System
Graph ( string name ) : System
Graph ( string name, string title ) : System
IsPadRangeX ( ) : bool
IsPadRangeY ( ) : bool
Move ( double x, double y, double dX, double dY ) : void
Paint ( Pad pad, double xMin, double xMax, double yMin, double yMax ) : void

Private Methods

Méthode Description
MinMax ( double x, double y ) : void

Method Details

Add() public méthode

public Add ( TLabel label ) : void
label TLabel
Résultat void

Add() public méthode

public Add ( TMarker marker ) : void
marker TMarker
Résultat void

Add() public méthode

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

Add() public méthode

public Add ( double x, double y, Color color ) : void
x double
y double
color Color
Résultat void

Add() public méthode

public Add ( double x, double y, string text ) : void
x double
y double
text string
Résultat void

Add() public méthode

public Add ( double x, double y, string text, Color markerColor ) : void
x double
y double
text string
markerColor Color
Résultat void

Add() public méthode

public Add ( double x, double y, string text, Color markerColor, Color textColor ) : void
x double
y double
text string
markerColor Color
textColor Color
Résultat void

Distance() public méthode

public Distance ( double x, double y ) : TDistance
x double
y double
Résultat TDistance

Draw() public méthode

public Draw ( ) : void
Résultat void

Draw() public méthode

public Draw ( string option ) : void
option string
Résultat void

GetPadRangeX() public méthode

public GetPadRangeX ( Pad pad ) : SmartQuant.Charting.PadRange
pad Pad
Résultat SmartQuant.Charting.PadRange

GetPadRangeY() public méthode

public GetPadRangeY ( Pad pad ) : SmartQuant.Charting.PadRange
pad Pad
Résultat SmartQuant.Charting.PadRange

Graph() public méthode

public Graph ( ) : System
Résultat System

Graph() public méthode

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

Graph() public méthode

public Graph ( string name, string title ) : System
name string
title string
Résultat System

IsPadRangeX() public méthode

public IsPadRangeX ( ) : bool
Résultat bool

IsPadRangeY() public méthode

public IsPadRangeY ( ) : bool
Résultat bool

Move() public méthode

public Move ( double x, double y, double dX, double dY ) : void
x double
y double
dX double
dY double
Résultat void

Paint() public méthode

public Paint ( Pad pad, double xMin, double xMax, double yMin, double yMax ) : void
pad Pad
xMin double
xMax double
yMin double
yMax double
Résultat void