Difference between revisions of "TAChart Line Series"

From Free Pascal wiki
Jump to navigationJump to search
(extended list and added values for most properties within [brackets])
 
Line 1: Line 1:
 
*Unit TASeries <br>
 
*Unit TASeries <br>
 
*'''Published properties''':
 
*'''Published properties''':
**AxisIndexX
+
**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)]
**AxisIndexY
+
**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)]
**Depth
+
**Depth &nbsp;&nbsp;&nbsp; [(TPen)]
**LinePen
+
**LinePen &nbsp;&nbsp;&nbsp; [integer]
**LineType
+
**LineType &nbsp;&nbsp;&nbsp; [ltFromOrigin; ltFromPrevious; ltNone; ltStepXY; ltStepYX]
**MarkPositions
+
**MarkPositions &nbsp;&nbsp;&nbsp; [lmpInside; lmpNegative; lmpOutside; lmpPositive]
**Pointer
+
**Marks &nbsp;&nbsp;&nbsp; [(TChartMarks)]
**SeriesColor
+
**Name &nbsp;&nbsp;&nbsp; [string]
**ShowLines
+
**Pointer &nbsp;&nbsp;&nbsp; [(TSeriesPointer)]
**ShowPoints
+
**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
 
**Source
 +
**Stacked &nbsp;&nbsp;&nbsp; [boolean]
 
**Styles
 
**Styles
**UseReticule
+
**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''':
 
*'''Unpublished properties''':

Latest revision as of 11: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