Hide Comments
Hide Comments

Comments (0)

Defines the functions available for the TRSHighLowAverageChartFunction class

Namespace: RSChartConsts

expandingSyntax

Delphi

type 
  TRSHiLoAvgChartFunctionType = ( 
  hlaCustom, 
  hlaHighLow, 
  hlaHighLowAverage, 
  hlaHighLowMedian, 
  hlaMeanStdDev, 
  hlaHighLowAverageOpenClose); 
 

expandingMembers

 

Name

Description

public enummember

hlaCustom

Uses OnCustomFunction event handler as the function
 

public enummember

hlaHighLow

Calculates the high and low for the period and adds them as one point of the TargetChart

public enummember

hlaHighLowAverage

Calculates the high, low, and average (mean) for the period and adds them as one point of the TargetChart
 

public enummember

hlaHighLowAverageOpenClose

Calculates the high, low, average (mean), Open, and Close for the period and adds them as one point of the TargetChart

public enummember

hlaHighLowMedian

Calculates the high, low, and median for the period and adds them as one point of the TargetChart

public enummember

hlaMeanStdDev

Calculates the average (mean) and standard deviation for the period and adds them as one point of the TargetChart. The mean+stddev = High and mean-stddev = Low.

Top

expandingSee Also

Reference

RSCharting|RSBarCharts|TRSHighLowAverageChartFunction

Comments (0)

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