|
Assign(TPersistent)
|
Represents method Assign(TPersistent).
|
|
GetAsDateTime(Integer)
|
Represents method GetAsDateTime(Integer).
|
|
GetDefValue
|
Returns the "default" value for the chart, e.g., Y for 2D charts. This method is called by the Value property.
The GetDefValue and SetDefValue methods use the RSChartPanel.TRSChartValues.DefaultDimension to figure out which Values dimension to read and write.
|
|
GetDisplayName
|
Represents method GetDisplayName.
|
|
GetIntValue(Integer)
|
Represents method GetIntValue(Integer).
|
|
GetValue(Integer)
|
Represents method GetValue(Integer).
|
|
Loaded
|
Represents method Loaded.
|
|
Selectable(TRSRect,TRSChartSelectionAction)
|
Overloaded. Returns true if the value is within the selection rectangle. Descendant classes override this method to signal whether the value is selected or not.
|
|
Selectable(TRSRect,TRSRect,TRSChartSelectionAction)
|
Overloaded. Returns True if the Value should be selected. This depends on the Selected state and if the value rectangle intersects with the selection rectangle.
|
|
SelectionChanged
|
Represents method SelectionChanged.
|
|
SetAsDateTime(Integer,TDateTime)
|
Represents method SetAsDateTime(Integer,TDateTime).
|
|
SetColor(TCanvasColor)
|
Represents method SetColor(TCanvasColor).
|
|
SetDefValue(TRSChartValueType)
|
Sets the "default" value for the chart, e.g., X for 2D charts. This method is called by the Value property.
Change the GetDefValue and SetDefValue methods for TRSChartValue descendants that don't have their default dimension as 0.
|
|
SetIntValue(Integer,Integer)
|
Represents method SetIntValue(Integer,Integer).
|
|
SetValue(Integer,TRSChartValueType)
|
Represents method SetValue(Integer,TRSChartValueType).
|
|
ValueChanged(Integer)
|
Represents method ValueChanged(Integer).
|
|
ValuesToString(String,Boolean)
|
Returns a comma-delimited string of the floating-point values of the Value. The Fmt property specifies how to format the floating-point values (see FormatFloat function from Delphi's help). The Parentheses property controls if parentheses are put around the comma-delimited string.
|
|
VisibleChanged
|
Represents method VisibleChanged.
|