Hide Comments
Hide Comments

TRSCustomChart.GetAxisCaption(TRSChartAxis,Integer,TRSChartValueType) Method

Comments (0)

Returns a label for an axis ( RSChartPanel.TRSChartAxis ) based on the input Value. The Index specifies where to start looking in the chart Values (for optimization purposes) and decrements from there until the closest chart value is found.

Namespace: RSChartPanel

expandingSyntax

Delphi

public
  function GetAxisCaption( const Axis: TRSChartAxis; var Index: Integer;
  const Value: TRSChartValueType ): String; virtual;
 

Parameters

Axis

Type: TRSChartAxis

Index

Type: Integer

Value

Type: TRSChartValueType

Return Value

Type: String

expandingSee Also

Reference

Comments (0)

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