Skip to main content
A newer version of this page is available. .

WebChartControl.LoadingPanelImage Property

Gets the settings of an image displayed within a Loading Panel.

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v18.2.Web.dll

Declaration

public ImageProperties LoadingPanelImage { get; }

Property Value

Type Description
ImageProperties

An ImageProperties object that contains image settings.

Remarks

The loading panel’s image is shown if the SettingsLoadingPanel.ImagePosition property is set to true. Its position with respect to the panel’s text content is specified by the LoadingPanelSettings.ImagePosition property.

See Also