Back to Devexpress

TdxChartCustomLabels.LineVisible Property

vcl-dxchartcore-dot-tdxchartcustomlabels-ac209552.md

latest1.7 KB
Original Source

TdxChartCustomLabels.LineVisible Property

Specifies if lines between value labels and corresponding series points are visible.

Declaration

delphi
property LineVisible: TdxDefaultBoolean read; write; default bDefault;

Property Value

TypeDefaultDescription
TdxDefaultBooleanbDefault
  • If bFalse, lines between value labels and series points are hidden.
  • If bTrue, lines between value labels and series points are visible if the LineLength property value is positive.
  • If bDefault, label line visibility is defined by the Chart control’s built-in style sheet and depends on target series and View types.

|

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.

See Also

TdxChartCustomLabels Class

TdxChartCustomLabels Members

dxChartCore Unit