Skip to main content
All docs
V26.1
  • ColorDefinition(DashboardPaletteItem) Constructor

    Initializes a new instance of the ColorDefinition class with specified settings.

    Namespace: DevExpress.DashboardCommon

    Assembly: DevExpress.Dashboard.v26.1.Core.dll

    Declaration

    public ColorDefinition(
        DashboardPaletteItem paletteItem
    )

    Parameters

    Name Type Description
    paletteItem DashboardPaletteItem

    A DashboardPaletteItem object that specifies the settings (color, hatch style, and line style) used to initialize the ColorDefinition object.

    See Also