Generates a label for the Value based on the TextStyle
Namespace: RSChartPanel
Delphi
|
public
function FormatValue( const Value: TRSChartValue; TextStyle: TRSLabelTextStyle ): String; virtual;
|
Parameters
Value
Type: TRSChartValue
TextStyle
Type: TRSLabelTextStyle
Return Value
Type: String
Reference
• | TRSCustomChart.DrawLabel(TCanvas,string,TCanvasPixel,TCanvasPixel,Single) |
• | TRSCustomChart.DrawLabel(TCanvas,string,TCanvasRect,Single) |
• | RSChartConsts|TRSLabelTextStyle |
|