Struct BarPreset
Namespace: FastReport.Olap.Highlight
Assembly: FastReport.Olap.dll
Syntax
public struct BarPreset
Constructors
BarPreset(String, Color, Boolean)
Declaration
public BarPreset(string name, Color color, bool gradientDraw)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | |
| System.Drawing.Color | color | |
| System.Boolean | gradientDraw |
Fields
color
Declaration
public Color color
Field Value
| Type | Description |
|---|---|
| System.Drawing.Color |
gradientDraw
Declaration
public bool gradientDraw
Field Value
| Type | Description |
|---|---|
| System.Boolean |
name
Declaration
public string name
Field Value
| Type | Description |
|---|---|
| System.String |