Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    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