C# Class SmartQuant.Charting.Draw3D.TFunction

显示文件 Open project: fastquant/fastquant.dll

Public Properties

Property Type Description
Grid bool
LevelLines bool
Look EChartLook
Surface TSurface

Protected Properties

Property Type Description
MaxX double
MaxY double
MinX double
MinY double
nx int
ny int

Public Methods

Method Description
Paint ( Pad Pad ) : void
TFunction ( ) : System.Drawing
color0 ( double x, double y ) : TColor
f ( double x, double y ) : double

Private Methods

Method Description
BackgroundIntoBitmapIfNeeded ( Pad pad, Bitmap bm ) : void
PaintBuffer ( int b ) : void
color ( double x, double y, double dx, double dy, TColor Diffuse ) : TColor

Method Details

Paint() public method

public Paint ( Pad Pad ) : void
Pad Pad
return void

TFunction() public method

public TFunction ( ) : System.Drawing
return System.Drawing

color0() public method

public color0 ( double x, double y ) : TColor
x double
y double
return TColor

f() public abstract method

public abstract f ( double x, double y ) : double
x double
y double
return double

Property Details

Grid public_oe property

public bool Grid
return bool

LevelLines public_oe property

public bool LevelLines
return bool

Look public_oe property

public EChartLook Look
return EChartLook

MaxX protected_oe property

protected double MaxX
return double

MaxY protected_oe property

protected double MaxY
return double

MinX protected_oe property

protected double MinX
return double

MinY protected_oe property

protected double MinY
return double

Surface public_oe property

public TSurface,SmartQuant.Charting.Draw3D Surface
return TSurface

nx protected_oe property

protected int nx
return int

ny protected_oe property

protected int ny
return int