TdxChartCustomLabels.LineVisible Property
Specifies if lines between value labels and corresponding series points are visible.
#Declaration
property LineVisible: TdxDefaultBoolean read; write; default bDefault;
#Property Value
Type | Default | Description |
---|---|---|
Tdx |
b |
|
#Remarks
Lines between labels and corresponding series values are visible only if the following conditions are met:
- The
LineVisible
property is set to bTrue (or bDefault if the value labels are initially visible in the active View). - The LineLength property value is positive.
#Default Value
The LineVisible
property’s default value is bDefault.
The default LineVisible
property value indicates that label line visibility is defined by the Chart control’s built-in style sheet for the current value label type.