TChartTrendlineLabel Record
Properties for a label in a trendline.
Syntax
Unit: FlexCel.Core
TChartTrendlineLabel = record;
Methods
| Name |
Description |
| Clone |
Returns a deep copy of the trendline label.
|
| IsNull |
Returns true if the record doesn't have a defined value.
|
| HasValue |
Returns true if the record has a defined value. This is the inverse of IsNull |
Operators
| Name |
Description |
| Equality |
Adapts the = operator so it returns true when both instances have the same values. |
| Inequality |
Adapts the <> operator so it returns true when both instances have different values. |
Properties
| Name |
Description |
| Layout |
Box surrounding the label.
|
| FormatCode |
Format for the label.
|
| SourceLinked |
If true, the format of the source is linked to the label.
|