Skip to main content
All docs
V25.1
  • CustomDrawSeriesEventArgs.LegendCheckBoxDXImage Property

    Gets or sets the image of the legend item check box of the series or series point that is currently being painted.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public DXImage LegendCheckBoxDXImage { get; set; }

    Property Value

    Type Description
    DXImage

    The image of the legend item marker.

    See Also