Back to Devexpress

TdxChartCustomLegend.AlignmentHorz Property

vcl-dxchartcore-dot-tdxchartcustomlegend-2b5d68d7.md

latest1.5 KB
Original Source

TdxChartCustomLegend.AlignmentHorz Property

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

Declaration

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

Property Value

TypeDefaultDescription
TdxChartLegendAlignmentDefault

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

TdxChartCustomLegend.Direction Property

TdxChartCustomLegend Class

TdxChartCustomLegend Members

dxChartCore Unit