WebChartControl.LoadingDivStyle Property
Gets style settings that define the appearance of a specific Loading Div panel.
Namespace: DevExpress.XtraCharts.Web
Assembly: DevExpress.XtraCharts.v19.2.Web.dll
Declaration
public LoadingDivStyle LoadingDivStyle { get; }
Public ReadOnly Property LoadingDivStyle As LoadingDivStyle
Property Value
Use the LoadingDivStyle property to customize the style settings of the loading div element. This element covers the control's content during callback processing.
See Also