Skip to main content
All docs
V25.1
  • CustomDrawSeriesEventArgsBase.DXLegendFont Property

    Gets or sets the text font of the legend item 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 DXFont DXLegendFont { get; set; }

    Property Value

    Type Description
    DXFont

    The text font of the legend item of the series or series point.

    Remarks

    Important

    Use this property instead of e.LegendFont to specify the text font of the legend item of the series or series point.

    See Also