Property | Type | Description | |
---|---|---|---|
TimeSeriesSmoothingMode | SmoothingMode | ||
axisBottom | |||
barSeriesStyle | BSStyle | ||
bitmap | |||
canvasBottomOffset | int | ||
canvasColor | Color | ||
canvasLeftOffset | int | ||
canvasRightOffset | int | ||
canvasTopOffset | int | ||
contentUpdated | bool | ||
firstIndex | int | ||
graphics | Graphics | ||
intervalWidth | double | ||
isMouseOverCanvas | bool | ||
lastIndex | int | ||
leftDateTime | DateTime | ||
mainSeries | ISeries | ||
mainSeriesView | SeriesView | ||
minAxisGap | int | ||
minCountOfBars | int | ||
mouseX | int | ||
mouseY | int | ||
padSplit | bool | ||
padSplitIndex | int | ||
pads | PadList | ||
padsHeightArray | ArrayList | ||
rightDateTime | DateTime | ||
scaleStyle | PadScaleStyle | ||
series | ISeries | ||
sessionEnd | TimeSpan | ||
sessionGridColor | Color | ||
sessionGridEnabled | bool | ||
sessionStart | TimeSpan | ||
smoothingMode | SmoothingMode | ||
updateStyle | ChartUpdateStyle | ||
volumePadShown | bool |
Property | Type | Description | |
---|---|---|---|
DrawSessionGrid | void | ||
DrawVerticalGrid | void | ||
DrawVerticalTick | void | ||
EmitActionTypeChanged | void | ||
EmitBarSeriesStyleChanged | void | ||
EmitScaleStyleChanged | void | ||
EmitUpdateStyleChanged | void | ||
EmitVolumeVisibleChanged | void | ||
FillPadsHeightArray | void | ||
InitializeComponent | void | ||
OnChartMouseDown | void | ||
OnChartMouseLeave | void | ||
OnChartMouseUp | void | ||
OnChartMouseWheel | void | ||
OnPrimitiveUpdated | void | ||
OnScrollBarScroll | void | ||
SetBarSeriesStyle | bool | ||
SetCursor | void | ||
SetDateInterval | void | ||
SetIndexInterval | void | ||
SetPadSizes | void | ||
Update | void | ||
ZoomIn | void | ||
ZoomOut | void |
Method | Description | |
---|---|---|
AddPad ( ) : void | ||
Chart ( ) : SmartQuant.FinChart.Objects | ||
Chart ( TimeSeries mainSeries ) : SmartQuant.FinChart.Objects | ||
ClientX ( System.DateTime dateTime ) : int | ||
DrawEllipse ( |
||
DrawFill ( Fill fill, int padNumber ) : void | ||
DrawImage ( |
||
DrawLine ( |
||
DrawPath ( |
||
DrawRectangle ( |
||
DrawSeries ( TimeSeries series, int padNumber, Color color, SimpleDSStyle style, SearchOption option, SmoothingMode smoothingMode ) : |
||
DrawSeries ( TimeSeries series, int padNumber, Color color ) : void | ||
DrawSeries ( TimeSeries series, int padNumber, Color color, SearchOption option ) : void | ||
DrawSeries ( TimeSeries series, int padNumber, Color color, SimpleDSStyle style ) : void | ||
DrawSeries ( TimeSeries series, int padNumber, Color color, SimpleDSStyle style, SmoothingMode smoothingMode ) : void | ||
EnsureVisible ( Fill fill ) : void | ||
GetDateTime ( int x ) : System.DateTime | ||
GetPadNumber ( Point point ) : int | ||
HideVolumePad ( ) : void | ||
OnItemAdded ( ) : void | ||
Reset ( ) : void | ||
SetMainSeries ( ISeries mainSeries ) : void | ||
SetMainSeries ( ISeries mainSeries, bool showVolumePad, Color color ) : void | ||
ShowProperties ( |
||
ShowVolumePad ( ) : void | ||
UnSelectAll ( ) : void | ||
ZoomIn ( ) : void | ||
ZoomOut ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnKeyPress ( |
||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void | ||
OnPaintBackground ( PaintEventArgs pevent ) : void | ||
OnResize ( |
Method | Description | |
---|---|---|
DrawSessionGrid ( |
||
DrawVerticalGrid ( |
||
DrawVerticalTick ( |
||
EmitActionTypeChanged ( ) : void | ||
EmitBarSeriesStyleChanged ( ) : void | ||
EmitScaleStyleChanged ( ) : void | ||
EmitUpdateStyleChanged ( ) : void | ||
EmitVolumeVisibleChanged ( ) : void | ||
FillPadsHeightArray ( ) : void | ||
InitializeComponent ( ) : void | ||
OnChartMouseDown ( object sender, MouseEventArgs e ) : void | ||
OnChartMouseLeave ( object sender, |
||
OnChartMouseUp ( object sender, MouseEventArgs e ) : void | ||
OnChartMouseWheel ( object sender, MouseEventArgs e ) : void | ||
OnPrimitiveUpdated ( object sender, |
||
OnScrollBarScroll ( object sender, |
||
SetBarSeriesStyle ( BSStyle barSeriesStyle, bool force ) : bool | ||
SetCursor ( ChartCursorType type ) : void | ||
SetDateInterval ( System.DateTime firstDateTime, System.DateTime lastDateTime ) : void | ||
SetIndexInterval ( int firstIndex, int lastIndex ) : void | ||
SetPadSizes ( ) : void | ||
Update ( |
||
ZoomIn ( int delta ) : void | ||
ZoomOut ( int delta ) : void |
public Chart ( ) : SmartQuant.FinChart.Objects | ||
return | SmartQuant.FinChart.Objects |
public Chart ( TimeSeries mainSeries ) : SmartQuant.FinChart.Objects | ||
mainSeries | TimeSeries | |
return | SmartQuant.FinChart.Objects |
public ClientX ( System.DateTime dateTime ) : int | ||
dateTime | System.DateTime | |
return | int |
public DrawEllipse ( |
||
circle | ||
padNumber | int | |
return | void |
public DrawFill ( Fill fill, int padNumber ) : void | ||
fill | Fill | |
padNumber | int | |
return | void |
public DrawImage ( |
||
image | ||
padNumber | int | |
return | void |
public DrawLine ( |
||
line | ||
padNumber | int | |
return | void |
public DrawPath ( |
||
path | ||
padNumber | int | |
return | void |
public DrawRectangle ( |
||
rect | ||
padNumber | int | |
return | void |
public DrawSeries ( TimeSeries series, int padNumber, Color color, SimpleDSStyle style, SearchOption option, SmoothingMode smoothingMode ) : |
||
series | TimeSeries | |
padNumber | int | |
color | Color | |
style | SimpleDSStyle | |
option | SearchOption | |
smoothingMode | SmoothingMode | |
return |
public DrawSeries ( TimeSeries series, int padNumber, Color color ) : void | ||
series | TimeSeries | |
padNumber | int | |
color | Color | |
return | void |
public DrawSeries ( TimeSeries series, int padNumber, Color color, SearchOption option ) : void | ||
series | TimeSeries | |
padNumber | int | |
color | Color | |
option | SearchOption | |
return | void |
public DrawSeries ( TimeSeries series, int padNumber, Color color, SimpleDSStyle style ) : void | ||
series | TimeSeries | |
padNumber | int | |
color | Color | |
style | SimpleDSStyle | |
return | void |
public DrawSeries ( TimeSeries series, int padNumber, Color color, SimpleDSStyle style, SmoothingMode smoothingMode ) : void | ||
series | TimeSeries | |
padNumber | int | |
color | Color | |
style | SimpleDSStyle | |
smoothingMode | SmoothingMode | |
return | void |
public GetDateTime ( int x ) : System.DateTime | ||
x | int | |
return | System.DateTime |
protected OnKeyPress ( |
||
e | ||
return | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnPaintBackground ( PaintEventArgs pevent ) : void | ||
pevent | PaintEventArgs | |
return | void |
protected OnResize ( |
||
e | ||
return | void |
public SetMainSeries ( ISeries mainSeries ) : void | ||
mainSeries | ISeries | |
return | void |
public SetMainSeries ( ISeries mainSeries, bool showVolumePad, Color color ) : void | ||
mainSeries | ISeries | |
showVolumePad | bool | |
color | Color | |
return | void |
public ShowProperties ( |
||
view | ||
pad | ||
forceShowProperties | bool | |
return | void |
protected SmoothingMode TimeSeriesSmoothingMode | ||
return | SmoothingMode |
protected AxisBottom,SmartQuant.FinChart axisBottom | ||
return |