Back to Devexpress

TdxChartCustomLegend Class

vcl-dxchartcore-bde9675d.md

latest4.3 KB
Original Source

TdxChartCustomLegend Class

The base class for all classes that implement Chart and diagram legend settings.

Declaration

delphi
TdxChartCustomLegend = class(
    TdxChartCustomVisualElement
)

Remarks

A diagram can display a legend pane populated with captions of those series in the diagram whose ShowInLegend properties are set to TdxChartSeriesShowInLegend.Diagram. The diagram displays no legend pane if it has no such series or the Legend.Visible property is set to False.

A series is displayed in the Chart control’s legend instead of the corresponding diagram’s legend if the ShowInLegend property of the series is set to TdxChartSeriesShowInLegend.Chart (default).

Simple diagram series display values instead of captions in a diagram or chart legend.

Main API Members

The list below outlines key members of the TdxChartCustomLegend class that allow you to configure chart and diagram legend panes.

VisibleSpecifies if the Chart displays the visual element.TitleSpecifies the legend pane title, and its position and appearance.AppearanceProvides access to general legend pane appearance settings.ShowCaptions | ShowCheckBoxes | ShowImagesHide or display legend item captions, check boxes, and associated images.DirectionSpecifies the legend pane layout and the order of items in it.AlignmentHorz | AlignmentVertPosition the legend pane horizontally and vertically within a diagram or chart area.MaxHeightPercent | MaxWidthPercentAdjust legend pane constraints.MaxCaptionWidthSpecifies the maximum caption width (in pixels) in multi-column and narrow vertical legend pane layouts.AssignCopies settings between legend panes.

Terminal TdxChartCustomLegend Class Descendants

Do not use the TdxChartCustomLegend class directly. Use the following descendants instead:

TdxChartLegendStores settings of the legend pane displayed in a Chart control.TdxChartDiagramLegendStores settings of the legend pane displayed in a diagram.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxChartVisualElementPersistent TdxChartCustomVisualElement TdxChartCustomLegend

See Also

TdxChartCustomLegend Members

dxChartCore Unit