Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

Type Default Description
TdxDefaultBoolean bDefault
  • 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