Skip to main content
All docs
V25.1
  • TdxChartAxisValueLabels.Position Property

    Specifies if value labels are located inside or outside the area of an XY diagram.

    Declaration

    property Position: TdxChartAxisValueLabelPosition read; write; default TdxChartAxisValueLabelPosition.Outside;

    Property Value

    Type Default Description
    TdxChartAxisValueLabelPosition Outside

    The current position of value labels in relation to the diagram area.

    Remarks

    You can set the Position property to TdxChartAxisValueLabelPosition.Inside to display axis value labels within the diagram area.

    Default Value

    The Position property’s default value is TdxChartAxisValueLabelPosition.Outside.

    See Also