C# Class SmartQuant.Charting.Chart

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

Protected Properties

Свойство Type Description
fAntiAliasingEnabled bool
fDoubleBufferingEnabled bool
fFileName string
fGroupLeftMarginEnabled bool
fGroupRightMarginEnabled bool
fGroupZoomEnabled bool
fIsUpdating bool
fPad Pad
fPadSplit bool
fPadSplitIndex int
fPads PadList
fPadsForeColor Color
fPrintAlign EPrintAlign
fPrintDocument System.Drawing.Printing.PrintDocument
fPrintHeight int
fPrintLayout EPrintLayout
fPrintWidth int
fPrintX int
fPrintY int
fSessionEnd System.TimeSpan
fSessionGridColor Color
fSessionGridEnabled bool
fSessionStart System.TimeSpan
fSmoothingEnabled bool
fToolTip ToolTip
fTransformationType ETransformationType

Private Properties

Свойство Type Description
AdaptLeftMargin void
AdaptRightMargin void
DoPaint void
OnPrintPage void
PointInPad bool

Méthodes publiques

Méthode Description
AddPad ( double x1, double y1, double x2, double y2 ) : Pad
Chart ( ) : System
Chart ( System.DateTime date ) : System
Chart ( string name ) : System
Clear ( ) : void
Connect ( ) : void
Disconnect ( ) : void
Divide ( int x, int y ) : void
Divide ( int x, int y, double widths, double heights ) : void
GetBitmap ( ) : Bitmap
GetBitmap ( float dpi ) : Bitmap
GetMetafile ( EmfType type ) : System.Drawing.Imaging.Metafile
Print ( ) : void
PrintPageSetup ( ) : void
PrintPreview ( ) : void
PrintSetup ( ) : void
SaveImage ( string filename, ImageFormat format ) : void
SetRangeX ( System.DateTime Min, System.DateTime Max ) : void
SetRangeX ( double Min, double Max ) : void
SetRangeY ( double Min, double Max ) : void
UpdatePads ( ) : void
UpdatePads ( Graphics g ) : void
UpdatePads ( Graphics padGraphics, int x, int y, int width, int height ) : void
cd ( int padIndex ) : Pad

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
Init ( ) : void
InitializeComponent ( ) : void
OnDoubleClick ( EventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnMouseWheel ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs pe ) : void
OnPaintBackground ( PaintEventArgs e ) : void
ZoomChanged ( object sender, ZoomEventArgs e ) : void

Private Methods

Méthode Description
AdaptLeftMargin ( ) : void
AdaptRightMargin ( ) : void
DoPaint ( Graphics g, int width, int height ) : void
OnPrintPage ( object sender, System.Drawing.Printing.PrintPageEventArgs args ) : void
PointInPad ( Pad pad, Point p ) : bool

Method Details

AddPad() public méthode

public AddPad ( double x1, double y1, double x2, double y2 ) : Pad
x1 double
y1 double
x2 double
y2 double
Résultat Pad

Chart() public méthode

public Chart ( ) : System
Résultat System

Chart() public méthode

public Chart ( System.DateTime date ) : System
date System.DateTime
Résultat System

Chart() public méthode

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

Clear() public méthode

public Clear ( ) : void
Résultat void

Connect() public méthode

public Connect ( ) : void
Résultat void

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Divide() public méthode

public Divide ( int x, int y ) : void
x int
y int
Résultat void

Divide() public méthode

public Divide ( int x, int y, double widths, double heights ) : void
x int
y int
widths double
heights double
Résultat void

GetBitmap() public méthode

public GetBitmap ( ) : Bitmap
Résultat System.Drawing.Bitmap

GetBitmap() public méthode

public GetBitmap ( float dpi ) : Bitmap
dpi float
Résultat System.Drawing.Bitmap

GetMetafile() public méthode

public GetMetafile ( EmfType type ) : System.Drawing.Imaging.Metafile
type EmfType
Résultat System.Drawing.Imaging.Metafile

Init() protected méthode

protected Init ( ) : void
Résultat void

InitializeComponent() protected méthode

protected InitializeComponent ( ) : void
Résultat void

OnDoubleClick() protected méthode

protected OnDoubleClick ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseWheel() protected méthode

protected OnMouseWheel ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs pe ) : void
pe PaintEventArgs
Résultat void

OnPaintBackground() protected méthode

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

Print() public méthode

public Print ( ) : void
Résultat void

PrintPageSetup() public méthode

public PrintPageSetup ( ) : void
Résultat void

PrintPreview() public méthode

public PrintPreview ( ) : void
Résultat void

PrintSetup() public méthode

public PrintSetup ( ) : void
Résultat void

SaveImage() public méthode

public SaveImage ( string filename, ImageFormat format ) : void
filename string
format System.Drawing.Imaging.ImageFormat
Résultat void

SetRangeX() public méthode

public SetRangeX ( System.DateTime Min, System.DateTime Max ) : void
Min System.DateTime
Max System.DateTime
Résultat void

SetRangeX() public méthode

public SetRangeX ( double Min, double Max ) : void
Min double
Max double
Résultat void

SetRangeY() public méthode

public SetRangeY ( double Min, double Max ) : void
Min double
Max double
Résultat void

UpdatePads() public méthode

public UpdatePads ( ) : void
Résultat void

UpdatePads() public méthode

public UpdatePads ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

UpdatePads() public méthode

public UpdatePads ( Graphics padGraphics, int x, int y, int width, int height ) : void
padGraphics System.Drawing.Graphics
x int
y int
width int
height int
Résultat void

ZoomChanged() protected méthode

protected ZoomChanged ( object sender, ZoomEventArgs e ) : void
sender object
e ZoomEventArgs
Résultat void

cd() public méthode

public cd ( int padIndex ) : Pad
padIndex int
Résultat Pad

Property Details

fAntiAliasingEnabled protected_oe property

protected bool fAntiAliasingEnabled
Résultat bool

fDoubleBufferingEnabled protected_oe property

protected bool fDoubleBufferingEnabled
Résultat bool

fFileName protected_oe property

protected string fFileName
Résultat string

fGroupLeftMarginEnabled protected_oe property

protected bool fGroupLeftMarginEnabled
Résultat bool

fGroupRightMarginEnabled protected_oe property

protected bool fGroupRightMarginEnabled
Résultat bool

fGroupZoomEnabled protected_oe property

protected bool fGroupZoomEnabled
Résultat bool

fIsUpdating protected_oe property

protected bool fIsUpdating
Résultat bool

fPad protected_oe static_oe property

protected static Pad fPad
Résultat Pad

fPadSplit protected_oe property

protected bool fPadSplit
Résultat bool

fPadSplitIndex protected_oe property

protected int fPadSplitIndex
Résultat int

fPads protected_oe property

protected PadList fPads
Résultat PadList

fPadsForeColor protected_oe property

protected Color fPadsForeColor
Résultat Color

fPrintAlign protected_oe property

protected EPrintAlign fPrintAlign
Résultat EPrintAlign

fPrintDocument protected_oe property

protected PrintDocument,System.Drawing.Printing fPrintDocument
Résultat System.Drawing.Printing.PrintDocument

fPrintHeight protected_oe property

protected int fPrintHeight
Résultat int

fPrintLayout protected_oe property

protected EPrintLayout fPrintLayout
Résultat EPrintLayout

fPrintWidth protected_oe property

protected int fPrintWidth
Résultat int

fPrintX protected_oe property

protected int fPrintX
Résultat int

fPrintY protected_oe property

protected int fPrintY
Résultat int

fSessionEnd protected_oe property

protected TimeSpan,System fSessionEnd
Résultat System.TimeSpan

fSessionGridColor protected_oe property

protected Color fSessionGridColor
Résultat Color

fSessionGridEnabled protected_oe property

protected bool fSessionGridEnabled
Résultat bool

fSessionStart protected_oe property

protected TimeSpan,System fSessionStart
Résultat System.TimeSpan

fSmoothingEnabled protected_oe property

protected bool fSmoothingEnabled
Résultat bool

fToolTip protected_oe property

protected ToolTip fToolTip
Résultat ToolTip

fTransformationType protected_oe property

protected ETransformationType fTransformationType
Résultat ETransformationType