Hide Comments
Hide Comments

Comments (0)

Defines the legend styles

Namespace: RSChartConsts

expandingSyntax

Delphi

type 
  TRSLegendStyle = ( 
  lsAutomatic, 
  lsChartNames, 
  lsValues, 
  lsChartNameAndLastValue); 
 

expandingMembers

 

Name

Description

public enummember

lsAutomatic

The Legend automatically chooses the legend style based on what is being shown in the chart panel. If only one chart is being displayed, the style is lsValues. If more than one chart is being displayed, the style is lsChartNames.
 

public enummember

lsChartNameAndLastValue

Similar to lsCharNames, each label in the legend is a different chart. However, the last value in the chart is also appended to the chart caption.

public enummember

lsChartNames

Each label in the legend is a different chart. The charts' Captions are displayed. If the Caption is an empty string, then the TComponent.Name is used. If that is an empty string, then the ClassName is used.
 

public enummember

lsValues

Each label in the legend is a value from the chart.
 

Top

expandingSee Also

Reference

Comments (0)

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