Skip to main content
A newer version of this page is available. .

BarStyleSettings(Color) Constructor

Initializes a new instance of the BarStyleSettings class.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public BarStyleSettings(
    Color color
)

Parameters

Name Type Description
color Color

A Color value that specifies a custom color.

See Also