Skip to main content
All docs
V25.1
  • ChartImageModel.DXImage Property

    Specifies the value of the ChartImage.DXImage property within the model.

    Namespace: DevExpress.XtraCharts.Designer

    Assembly: DevExpress.XtraCharts.v25.1.Wizard.dll

    NuGet Package: DevExpress.Win.Charts

    Declaration

    [DefaultValue(null)]
    [PropertyForOptions]
    public DXImage DXImage { get; set; }

    Property Value

    Type Default Description
    DXImage null

    The uploaded image.

    See Also