Skip to main content
All docs
V25.2
  • Tab

    ColorSchemeInfo.AddAnalyticsStyle(String) Method

    Registers a CSS file that contains styles for DevExpress Analytics Components (Dashboards and Reporting).

    Namespace: DevExpress.Web

    Assembly: DevExpress.Web.v25.2.dll

    NuGet Package: DevExpress.Web

    Declaration

    public ColorSchemeInfo AddAnalyticsStyle(
        string fileUrl
    )

    Parameters

    Name Type Description
    fileUrl String

    A URL that provides access to the CSS file.

    Returns

    Type Description
    ColorSchemeInfo

    A ColorSchemeInfo object.

    See Also