Skip to main content

TdxChartCustomLegend.AlignmentVert Property

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

Declaration

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

Property Value

Type Default Description
TdxChartLegendAlignment Default

The vertical legend pane alignment.

Remarks

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

Default Value

The AlignmentVert 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