Struct BarPreset
Namespace: FastReport.Olap.Highlight
Assembly: FastCube.Mono.dll
Struct for bar preset.
public struct BarPreset
Constructors
BarPreset(string, Color, bool)
Creates a new instance.
public BarPreset(string name, Color color, bool gradientDraw)
Parameters
name
string
color
Color
gradientDraw
bool
Fields
color
Color.
public Color color
Field Value
gradientDraw
Need to draw gradient.
public bool gradientDraw
Field Value
name
Name.
public string name