Hide Comments
Hide Comments

Comments (0)

Defines the format for the TRSChartValue labels in the legend.
 

Namespace: RSChartConsts

expandingSyntax

Delphi

type 
  TRSLegendTextStyle = ( 
  ltsCaption, 
  ltsValue, 
  ltsValueNCaption, 
  ltsCaptionNValue, 
  ltsPercent, 
  ltsPercentNCaption, 
  ltsCaptionNPercent ); 
 

expandingMembers

 

Name

Description

public enummember

ltsCaption

Each label displays the TRSChartValue.Caption

public enummember

ltsCaptionNPercent

Each label displays the caption of the TRSChartValue and the percentage

public enummember

ltsCaptionNValue

Each label displays the TRSChartValue.Caption and then the Value.

public enummember

ltsPercent

Each label displays the proportion that the specific TRSChartValue.Value equals of the sum of all TRSChartValue.Value in the chart.
 

public enummember

ltsPercentNCaption

Each label displays the percentage and the caption of the TRSChartValue.

public enummember

ltsValue

Each label displays the TRSChartValue.Value

public enummember

ltsValueNCaption

Each label displays the Value and then the Caption
 

Top

expandingSee Also

Reference

TRSChartValue
TRSChartLegend
TRSCustomChart.ValueLabelStyle

Comments (0)

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