Hide Comments
Hide Comments

Comments (0)

Defines how the TRSCustomLineChart component connects 2 points

Namespace: RSChartConsts

expandingSyntax

Delphi

type 
  TLineChartStyle = ( 
  lsStraight, 
  lsStairStep, 
  lsStairStepInverted, 
  lsCurveInterpolation, 
  lsCurveApproximation); 
 

expandingMembers

 

Name

Description

public enummember

lsCurveApproximation

Draws all points together in a smooth curve, where the curve approximates the curve described by the points but does not necessarily go through the points
 

public enummember

lsCurveInterpolation

Draws all points together in a smooth curve, where the curve goes through every point
 

public enummember

lsStairStep

Draws a horizontal line from the first point to the x position of the second point, and then draws a vertical line up to the end point.
 

public enummember

lsStairStepInverted

Draws a vertical line from the first point to the Y position of the second point, and then draws a horizontal line up to the end point.
 

public enummember

lsStraight

Draws a straight line between the 2 points
 

Top

expandingSee Also

Reference

TRSCustomLineChart

Comments (0)

RiverSoftAVG Charting Component Suite (RCCS) © 2005-2015, Thomas G. Grubb