Difference between revisions of "TAChart Line Series"

From Lazarus wiki
Jump to navigationJump to search
(extended list and added values for most properties within [brackets])
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
*TASeries
+
*Unit TASeries <br>
*'''Properties''':
+
*'''Published properties''':
#Published
+
**AxisIndexX &nbsp;&nbsp;&nbsp; [-1 None; 0 Left (bottom y axis); 1 Bottom (x axis); 2 Left (center y axis); 3 Left (top y axis)]
#Unpublished
+
**AxisIndexY &nbsp;&nbsp;&nbsp; [-1 None; 0 Left (bottom y axis); 1 Bottom (x axis); 2 Left (center y axis); 3 Left (top y axis)]
*Functions:
+
**Depth &nbsp;&nbsp;&nbsp; [(TPen)]
 +
**LinePen &nbsp;&nbsp;&nbsp; [integer]
 +
**LineType &nbsp;&nbsp;&nbsp; [ltFromOrigin; ltFromPrevious; ltNone; ltStepXY; ltStepYX]
 +
**MarkPositions &nbsp;&nbsp;&nbsp; [lmpInside; lmpNegative; lmpOutside; lmpPositive]
 +
**Marks &nbsp;&nbsp;&nbsp; [(TChartMarks)]
 +
**Name &nbsp;&nbsp;&nbsp; [string]
 +
**Pointer &nbsp;&nbsp;&nbsp; [(TSeriesPointer)]
 +
**SeriesColor &nbsp;&nbsp;&nbsp; [(TColor)]
 +
**Shadow &nbsp;&nbsp;&nbsp; [(TChartShadow)]
 +
**ShowInLegend &nbsp;&nbsp;&nbsp; [boolean]
 +
**ShowLines &nbsp;&nbsp;&nbsp; [boolean]
 +
**ShowPoints &nbsp;&nbsp;&nbsp; [boolean]
 +
**Source
 +
**Stacked &nbsp;&nbsp;&nbsp; [boolean]
 +
**Styles
 +
**Tag &nbsp;&nbsp;&nbsp; [integer]
 +
**Title &nbsp;&nbsp;&nbsp; [string]
 +
**ToolTargets
 +
**Transparency &nbsp;&nbsp;&nbsp; [integer]
 +
**UseReticule &nbsp;&nbsp;&nbsp; [boolean]
 +
**XErrorBars &nbsp;&nbsp;&nbsp; [(TChartErrorBar)]
 +
**YErrorBars &nbsp;&nbsp;&nbsp; [(TChartErrorBar)]
 +
**ZPosition &nbsp;&nbsp;&nbsp; [integer]
 +
 
 +
*'''Unpublished properties''':
 +
**
 +
*'''Functions''':
 
#GetNearestPoint
 
#GetNearestPoint
 
*'''Procedures''':
 
*'''Procedures''':
Line 9: Line 35:
 
#BeginUpdate
 
#BeginUpdate
 
#EndUpdate
 
#EndUpdate
 +
 +
[[Category:TAChart]]

Latest revision as of 12:22, 19 March 2020

  • Unit TASeries
  • Published properties:
    • AxisIndexX     [-1 None; 0 Left (bottom y axis); 1 Bottom (x axis); 2 Left (center y axis); 3 Left (top y axis)]
    • AxisIndexY     [-1 None; 0 Left (bottom y axis); 1 Bottom (x axis); 2 Left (center y axis); 3 Left (top y axis)]
    • Depth     [(TPen)]
    • LinePen     [integer]
    • LineType     [ltFromOrigin; ltFromPrevious; ltNone; ltStepXY; ltStepYX]
    • MarkPositions     [lmpInside; lmpNegative; lmpOutside; lmpPositive]
    • Marks     [(TChartMarks)]
    • Name     [string]
    • Pointer     [(TSeriesPointer)]
    • SeriesColor     [(TColor)]
    • Shadow     [(TChartShadow)]
    • ShowInLegend     [boolean]
    • ShowLines     [boolean]
    • ShowPoints     [boolean]
    • Source
    • Stacked     [boolean]
    • Styles
    • Tag     [integer]
    • Title     [string]
    • ToolTargets
    • Transparency     [integer]
    • UseReticule     [boolean]
    • XErrorBars     [(TChartErrorBar)]
    • YErrorBars     [(TChartErrorBar)]
    • ZPosition     [integer]
  • Unpublished properties:
  • Functions:
  1. GetNearestPoint
  • Procedures:
  1. MovePoint
  2. BeginUpdate
  3. EndUpdate