Skip to main content

TdxChartCustomLegend.AlignmentHorz Property

Specifies legend pane position within the Chart control or diagram area.

Declaration

property AlignmentHorz: TdxChartLegendAlignment read; write; default TdxChartLegendAlignment.Default;

Property Value

Type Default Description
TdxChartLegendAlignment Default

The horizontal legend pane alignment.

Remarks

Use AlignmentHorz and AlignmentVert properties to position the legend pane within the Chart or diagram area.

Default Value

The AlignmentHorz property’s default value is TdxChartLegendAlignment.Default.

The default legend pane position can differ depending on the diagram or series type. In most cases, the default option corresponds to the TdxChartLegendAlignment.FarOutside value.

See Also