Defines the format for the TRSChartValue labels in the legend.
Namespace: RSChartConsts
Delphi
|
type
TRSLegendTextStyle = (
ltsCaption,
ltsValue,
ltsValueNCaption,
ltsCaptionNValue,
ltsPercent,
ltsPercentNCaption,
ltsCaptionNPercent );
|
|
Name
|
Description
|

|
ltsCaption
|
Each label displays the TRSChartValue.Caption
|

|
ltsCaptionNPercent
|
Each label displays the caption of the TRSChartValue and the percentage
|

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

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

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

|
ltsValue
|
Each label displays the TRSChartValue.Value
|

|
ltsValueNCaption
|
Each label displays the Value and then the Caption
|
Top
|
Reference
| • | TRSCustomChart.ValueLabelStyle |
|