C# Класс SmartQuant.Charting.Chart

Наследование: UserControl
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
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

Свойство Тип Описание
AdaptLeftMargin void
AdaptRightMargin void
DoPaint void
OnPrintPage void
PointInPad bool

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

AddPad() публичный Метод

public AddPad ( double x1, double y1, double x2, double y2 ) : Pad
x1 double
y1 double
x2 double
y2 double
Результат Pad

Chart() публичный Метод

public Chart ( ) : System
Результат System

Chart() публичный Метод

public Chart ( System.DateTime date ) : System
date System.DateTime
Результат System

Chart() публичный Метод

public Chart ( string name ) : System
name string
Результат System

Clear() публичный Метод

public Clear ( ) : void
Результат void

Connect() публичный Метод

public Connect ( ) : void
Результат void

Disconnect() публичный Метод

public Disconnect ( ) : void
Результат void

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

Divide() публичный Метод

public Divide ( int x, int y ) : void
x int
y int
Результат void

Divide() публичный Метод

public Divide ( int x, int y, double widths, double heights ) : void
x int
y int
widths double
heights double
Результат void

GetBitmap() публичный Метод

public GetBitmap ( ) : Bitmap
Результат System.Drawing.Bitmap

GetBitmap() публичный Метод

public GetBitmap ( float dpi ) : Bitmap
dpi float
Результат System.Drawing.Bitmap

GetMetafile() публичный Метод

public GetMetafile ( EmfType type ) : System.Drawing.Imaging.Metafile
type EmfType
Результат System.Drawing.Imaging.Metafile

Init() защищенный Метод

protected Init ( ) : void
Результат void

InitializeComponent() защищенный Метод

protected InitializeComponent ( ) : void
Результат void

OnDoubleClick() защищенный Метод

protected OnDoubleClick ( EventArgs e ) : void
e System.EventArgs
Результат void

OnMouseDown() защищенный Метод

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Результат void

OnMouseMove() защищенный Метод

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
Результат void

OnMouseUp() защищенный Метод

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
Результат void

OnMouseWheel() защищенный Метод

protected OnMouseWheel ( MouseEventArgs e ) : void
e MouseEventArgs
Результат void

OnPaint() защищенный Метод

protected OnPaint ( PaintEventArgs pe ) : void
pe PaintEventArgs
Результат void

OnPaintBackground() защищенный Метод

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
Результат void

Print() публичный Метод

public Print ( ) : void
Результат void

PrintPageSetup() публичный Метод

public PrintPageSetup ( ) : void
Результат void

PrintPreview() публичный Метод

public PrintPreview ( ) : void
Результат void

PrintSetup() публичный Метод

public PrintSetup ( ) : void
Результат void

SaveImage() публичный Метод

public SaveImage ( string filename, ImageFormat format ) : void
filename string
format System.Drawing.Imaging.ImageFormat
Результат void

SetRangeX() публичный Метод

public SetRangeX ( System.DateTime Min, System.DateTime Max ) : void
Min System.DateTime
Max System.DateTime
Результат void

SetRangeX() публичный Метод

public SetRangeX ( double Min, double Max ) : void
Min double
Max double
Результат void

SetRangeY() публичный Метод

public SetRangeY ( double Min, double Max ) : void
Min double
Max double
Результат void

UpdatePads() публичный Метод

public UpdatePads ( ) : void
Результат void

UpdatePads() публичный Метод

public UpdatePads ( Graphics g ) : void
g System.Drawing.Graphics
Результат void

UpdatePads() публичный Метод

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
Результат void

ZoomChanged() защищенный Метод

protected ZoomChanged ( object sender, ZoomEventArgs e ) : void
sender object
e ZoomEventArgs
Результат void

cd() публичный Метод

public cd ( int padIndex ) : Pad
padIndex int
Результат Pad

Описание свойств

fAntiAliasingEnabled защищенное свойство

protected bool fAntiAliasingEnabled
Результат bool

fDoubleBufferingEnabled защищенное свойство

protected bool fDoubleBufferingEnabled
Результат bool

fFileName защищенное свойство

protected string fFileName
Результат string

fGroupLeftMarginEnabled защищенное свойство

protected bool fGroupLeftMarginEnabled
Результат bool

fGroupRightMarginEnabled защищенное свойство

protected bool fGroupRightMarginEnabled
Результат bool

fGroupZoomEnabled защищенное свойство

protected bool fGroupZoomEnabled
Результат bool

fIsUpdating защищенное свойство

protected bool fIsUpdating
Результат bool

fPad защищенное статическое свойство

protected static Pad fPad
Результат Pad

fPadSplit защищенное свойство

protected bool fPadSplit
Результат bool

fPadSplitIndex защищенное свойство

protected int fPadSplitIndex
Результат int

fPads защищенное свойство

protected PadList fPads
Результат PadList

fPadsForeColor защищенное свойство

protected Color fPadsForeColor
Результат Color

fPrintAlign защищенное свойство

protected EPrintAlign fPrintAlign
Результат EPrintAlign

fPrintDocument защищенное свойство

protected PrintDocument,System.Drawing.Printing fPrintDocument
Результат System.Drawing.Printing.PrintDocument

fPrintHeight защищенное свойство

protected int fPrintHeight
Результат int

fPrintLayout защищенное свойство

protected EPrintLayout fPrintLayout
Результат EPrintLayout

fPrintWidth защищенное свойство

protected int fPrintWidth
Результат int

fPrintX защищенное свойство

protected int fPrintX
Результат int

fPrintY защищенное свойство

protected int fPrintY
Результат int

fSessionEnd защищенное свойство

protected TimeSpan,System fSessionEnd
Результат System.TimeSpan

fSessionGridColor защищенное свойство

protected Color fSessionGridColor
Результат Color

fSessionGridEnabled защищенное свойство

protected bool fSessionGridEnabled
Результат bool

fSessionStart защищенное свойство

protected TimeSpan,System fSessionStart
Результат System.TimeSpan

fSmoothingEnabled защищенное свойство

protected bool fSmoothingEnabled
Результат bool

fToolTip защищенное свойство

protected ToolTip fToolTip
Результат ToolTip

fTransformationType защищенное свойство

protected ETransformationType fTransformationType
Результат ETransformationType