|
Assign(TPersistent)
|
Represents method Assign(TPersistent). (Overrides RSBarCharts.TRSHighLowAverageChart.Assign(TPersistent).)
|
|
CreateChartValues
|
Creates the RSChartPanel.TRSChartValues class for the Values property
Notes to Inheritors
|
Override this method to create your TRSChartValues descendant
|
|
|
CreatePreviewValues
|
Creates sample values for illustrating how the chart will look. This function is automatically called at design-time to fill the chart with sample values. It can also be called at run-time to add more values to the chart (i.e., the chart is not cleared first)
Note
|
Set the Preview property to false to have the design-time sample values show up at run-time
|
|
|
DrawGlyph(TCanvas,TRSChartValue,TCanvasRect)
|
Represents method DrawGlyph(TCanvas,TRSChartValue,TCanvasRect). (Overrides RSBarCharts.TRSHighLowAverageChart.DrawGlyph(TCanvas,TRSChartValue,TCanvasRect).)
|
|
DrawHLABar(TCanvas,TCanvasRect,TRSHighLowAverageChartValue,Boolean)
|
Draw the High/Low/Average Bar Shape (Overrides RSBarCharts.TRSHighLowAverageChart.DrawHLABar(TCanvas,TCanvasRect,TRSHighLowAverageChartValue,Boolean).)
|
|
GetBarStyle(TRSBarChartValue)
|
Returns the bar style of the value (Overrides RSBarCharts.TRSCustomBarChart.GetBarStyle(TRSBarChartValue).)
|
|
GetChartType
|
Returns the chart type enumerated value for this class. Each chart class overrides this class function to return the RSChartConsts|TRSChartType enumerated value (Overrides RSBarCharts.TRSHighLowAverageChart.GetChartType.)
|
|
GetColor(TRSChartValue)
|
Returns the color of the chart value. The color of the TRSChartValue can change depending on the Options property as well as any other chart states (e.g., the TRSCandleStickChart class overrides this method to turn the color red or green depending on if the Open value is greater than the Closing Value) (Overrides RSChartPanel.TRSCustomChart.GetColor(TRSChartValue).)
|
|
InitializeChangeEvents
|
Initialize the OnChange events of structures. Use this method to assign event handlers for structures (e.g., Pen.OnChange := MyChangeMethod).
Notes to Inheritors
|
The constructor calls this method after it calls the InitializeChart method, which is where the structures should be actually created and initialized.
|
|
|
InitializeChart
|
Creates and initialize structures and values of chart. This method is the safe place to initialize chart values without change events occurring.
Notes to Inheritors
|
The constructor calls this method. Use this method to actually create and initialize properties. Do not assign event properties in this method (use the InitializeChangeEvents method instead)
|
|
|
SetCanvasResources(TCanvas,TRSChartValue,Boolean,Boolean)
|
Represents method SetCanvasResources(TCanvas,TRSChartValue,Boolean,Boolean). (Overrides RSChartPanel.TRSCustomChart.SetCanvasResources(TCanvas,TRSChartValue,Boolean,Boolean).)
|