Skip to main content
All docs
V25.2
  • TdxChartLegendItem.Legend Property

    Provides access to the legend pane to which the legend item belongs.

    Declaration

    property Legend: TdxChartCustomLegend read;

    Property Value

    Type Description
    TdxChartCustomLegend

    The parent legend pane.

    Cast the property value to the TdxChartLegend or TdxChartDiagramLegend class depending on the actual legend pane type to access all public API members. To identify the legend pane type, call the Legend.ClassType function.

    See Also