ColorSchemeInfo.AddAnalyticsStyle(String) Method
In This Article
Registers a CSS file that contains styles for DevExpress Analytics Components (Dashboards and Reporting).
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ColorSchemeInfo AddAnalyticsStyle(
string fileUrl
)
#Parameters
Name | Type | Description |
---|---|---|
file |
String | A URL that provides access to the CSS file. |
#Returns
Type | Description |
---|---|
Color |
A Color |
See Also