C# Class SmartQuant.Charting.Graph

Inheritance: IDrawable, IZoomable, IMovable
Mostrar archivo Open project: fastquant/fastquant.dll

Private Properties

Property Type Description
MinMax void

Public Methods

Method 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

Method Description
MinMax ( double x, double y ) : void

Method Details

Add() public method

public Add ( TLabel label ) : void
label TLabel
return void

Add() public method

public Add ( TMarker marker ) : void
marker TMarker
return void

Add() public method

public Add ( double x, double y ) : void
x double
y double
return void

Add() public method

public Add ( double x, double y, Color color ) : void
x double
y double
color Color
return void

Add() public method

public Add ( double x, double y, string text ) : void
x double
y double
text string
return void

Add() public method

public Add ( double x, double y, string text, Color markerColor ) : void
x double
y double
text string
markerColor Color
return void

Add() public method

public Add ( double x, double y, string text, Color markerColor, Color textColor ) : void
x double
y double
text string
markerColor Color
textColor Color
return void

Distance() public method

public Distance ( double x, double y ) : TDistance
x double
y double
return TDistance

Draw() public method

public Draw ( ) : void
return void

Draw() public method

public Draw ( string option ) : void
option string
return void

GetPadRangeX() public method

public GetPadRangeX ( Pad pad ) : SmartQuant.Charting.PadRange
pad Pad
return SmartQuant.Charting.PadRange

GetPadRangeY() public method

public GetPadRangeY ( Pad pad ) : SmartQuant.Charting.PadRange
pad Pad
return SmartQuant.Charting.PadRange

Graph() public method

public Graph ( ) : System
return System

Graph() public method

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

Graph() public method

public Graph ( string name, string title ) : System
name string
title string
return System

IsPadRangeX() public method

public IsPadRangeX ( ) : bool
return bool

IsPadRangeY() public method

public IsPadRangeY ( ) : bool
return bool

Move() public method

public Move ( double x, double y, double dX, double dY ) : void
x double
y double
dX double
dY double
return void

Paint() public method

public Paint ( Pad pad, double xMin, double xMax, double yMin, double yMax ) : void
pad Pad
xMin double
xMax double
yMin double
yMax double
return void