C# Class SmartQuant.Charting.TLabel

Inheritance: TMarker
Datei anzeigen Open project: fastquant/fastquant.dll Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Paint ( Pad pad, double minX, double maxX, double minY, double maxY ) : void
TLabel ( string text, double x, double y ) : System
TLabel ( string text, double x, double y, Color markerColor ) : System
TLabel ( string text, double x, double y, Color markerColor, Color textColor ) : System

Method Details

Paint() public method

public Paint ( Pad pad, double minX, double maxX, double minY, double maxY ) : void
pad Pad
minX double
maxX double
minY double
maxY double
return void

TLabel() public method

public TLabel ( string text, double x, double y ) : System
text string
x double
y double
return System

TLabel() public method

public TLabel ( string text, double x, double y, Color markerColor ) : System
text string
x double
y double
markerColor Color
return System

TLabel() public method

public TLabel ( string text, double x, double y, Color markerColor, Color textColor ) : System
text string
x double
y double
markerColor Color
textColor Color
return System