Skip to main content
A newer version of this page is available. .

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.

See Also