Difference between revisions of "TAChart Chart"

From Free Pascal wiki
Jump to navigationJump to search
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Massive updating is done right now...
+
!! Under Construction... !!
  
The Chart is the component from where you control much of the behaviour of your diagrams.
+
The Chart is the component from where you control much of the behavior of your diagrams.
  
<br>
 
 
* [[#Methods_Public_id|'''Public Methods''']]
 
* [[#Methods_Public_id|'''Public Methods''']]
Clone <br>
+
*:Clone  
SaveToImage <br>
+
*:SaveToImage  
GetFullExtent <br>
+
*:GetFullExtent  
GetLegendItems <br>
+
*:GetLegendItems
GraphToImage <br>
+
*:GraphToImage
ImageToGraph <br>
+
*:ImageToGraph  
XGraphToImage <br>
+
*:XGraphToImage  
XImageToGraph <br>
+
*:XImageToGraph  
YGraphToImage <br>
+
*:YGraphToImage  
YImageToGraph <br>
+
*:YImageToGraph  
 
 
 
# [[#IsPointInViewPort_id|'''IsPointInViewPort <F>''']]
 
# [[#IsPointInViewPort_id|'''IsPointInViewPort <F>''']]
 
# [[#EraseBackground_id|'''EraseBackground <P>''']]
 
# [[#EraseBackground_id|'''EraseBackground <P>''']]
Line 24: Line 22:
 
# [[#DrawLineVert_id|'''Procedure DrawLineVert''']]
 
# [[#DrawLineVert_id|'''Procedure DrawLineVert''']]
 
# [[#DrawOnCanvas_id|'''Procedure DrawOnCanvas''']]
 
# [[#DrawOnCanvas_id|'''Procedure DrawOnCanvas''']]
AddSeries <br>
+
#:AddSeries
DeleteSeries <br>
+
#:DeleteSeries
RemoveSeries <br>
+
#:RemoveSeries
ClearSeries <br>
+
#:ClearSeries
CopyToClipboardBitmap <br>
+
#:CopyToClipboardBitmap
DisableRedrawing <br>
+
#:DisableRedrawing  
Draw <br>
+
#:Draw
DrawLegendOn <br>
+
#:DrawLegendOn
EnableRedrawing <br>
+
#:EnableRedrawing
PaintOnAuxCanvas <br>
+
#:PaintOnAuxCanvas
PaintOnCanvas <br>
+
#:PaintOnCanvas
Prepare <br>
+
#:Prepare
SaveToBitmapFile <br>
+
#:SaveToBitmapFile
SaveToFile <br>
+
#:SaveToFile
StyleChanged <br>
+
#:StyleChanged
ZoomFull <br>
+
#:ZoomFull
 
# [[#Properties_id|'''Properties''']]
 
# [[#Properties_id|'''Properties''']]
 
* [[#Published_prop_id|'''Published''']]
 
* [[#Published_prop_id|'''Published''']]
Align <br>
+
*: Align
Anchors <br>
+
*: Anchors
BorderSpacing <br>
+
*: BorderSpacing
Color <br>
+
*: Color
DoubleBuffered <br>
+
*: DoubleBuffered
DragCursor <br>
+
*: DragCursor
DragMode <br>
+
*: DragMode
Enabled <br>
+
*: Enabled
ParentColor <br>
+
*: ParentColor
ParentShowHint <br>
+
*: ParentShowHint
PopupMenu <br>
+
*: PopupMenu
ShowHint <br>
+
*: ShowHint
Visible <br>
+
*: Visible
Drawer <br>
+
*: Drawer
AutoFocus <br>
+
*: AutoFocus
AllowZoom <br>
+
*: AllowZoom
AntialiasingMode <br>
+
*: AntialiasingMode
AxisList <br>
+
*: AxisList
AxisVisible <br>
+
*: AxisVisible
BackColor <br>
+
*: BackColor
BottomAxis <br>
+
*: BottomAxis
Depth <br>
+
*: Depth
ExpandPercentage <br>
+
*: ExpandPercentage
Extent <br>
+
*: Extent
ExtentSizeLimit <br>
+
*: ExtentSizeLimit
Foot <br>
+
*: Foot
Frame <br>
+
*: Frame
GUIConnector <br>
+
*: GUIConnector
LeftAxis <br>
+
*: LeftAxis
Legend <br>
+
*: Legend
Margins <br>
+
*: Margins
MarginsExternal <br>
+
*: MarginsExternal
Proportional <br>
+
*: Proportional
ReticuleMode <br>
+
*: ReticuleMode
Series <br>
+
*: Series
Title <br>
+
*: Title
Toolset <br>
+
*: Toolset
 
* [[#Unpublished_prop_id|'''Unpublished''']]
 
* [[#Unpublished_prop_id|'''Unpublished''']]
 
ActiveToolIndex <br>
 
ActiveToolIndex <br>
Line 135: Line 133:
 
* [[#Events_id|'''Events''']]
 
* [[#Events_id|'''Events''']]
  
<br><br><br>
+
  public // Helpers for series drawing
  
  public // Helpers for series drawing
+
[[Category:Old or unknown pages]]

Latest revision as of 11:58, 2 February 2017

!! Under Construction... !!

The Chart is the component from where you control much of the behavior of your diagrams.

  • Public Methods
    Clone
    SaveToImage
    GetFullExtent
    GetLegendItems
    GraphToImage
    ImageToGraph
    XGraphToImage
    XImageToGraph
    YGraphToImage
    YImageToGraph
  1. IsPointInViewPort <F>
  2. EraseBackground

  3. Procedure GetChildren
  4. Procedure Paint
  5. Procedure SetChildOrder
  6. Procedure DrawLineHoriz
  7. Procedure DrawLineVert
  8. Procedure DrawOnCanvas
    AddSeries
    DeleteSeries
    RemoveSeries
    ClearSeries
    CopyToClipboardBitmap
    DisableRedrawing
    Draw
    DrawLegendOn
    EnableRedrawing
    PaintOnAuxCanvas
    PaintOnCanvas
    Prepare
    SaveToBitmapFile
    SaveToFile
    StyleChanged
    ZoomFull
  9. Properties
  • Published
    Align
    Anchors
    BorderSpacing
    Color
    DoubleBuffered
    DragCursor
    DragMode
    Enabled
    ParentColor
    ParentShowHint
    PopupMenu
    ShowHint
    Visible
    Drawer
    AutoFocus
    AllowZoom
    AntialiasingMode
    AxisList
    AxisVisible
    BackColor
    BottomAxis
    Depth
    ExpandPercentage
    Extent
    ExtentSizeLimit
    Foot
    Frame
    GUIConnector
    LeftAxis
    Legend
    Margins
    MarginsExternal
    Proportional
    ReticuleMode
    Series
    Title
    Toolset
  • Unpublished

ActiveToolIndex
Broadcaster
ChartHeight
ChartWidth
ClipRect
CurrentExtent
ExtentBroadcaster
IsZoomed
LogicalExtent
OnChartPaint
PrevLogicalExtent
RenderingParams
ReticulePos
SeriesCount
XGraphMax
XGraphMin
YGraphMax
YGraphMin

  1. Events

OnAfterDraw
OnAfterDrawBackground
OnAfterDrawBackWall
OnAfterPaint
OnBeforeDrawBackground
OnBeforeDrawBackWall
OnDrawReticule
OnExtentChanged
OnExtentChanging
OnClick
OnDblClick
OnDragDrop
OnDragOver
OnEndDrag
OnMouseDown
OnMouseMove
OnMouseUp
OnStartDrag


 public // Helpers for series drawing