Table of Contents

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

Color

gradientDraw

Need to draw gradient.

public bool gradientDraw

Field Value

bool

name

Name.

public string name

Field Value

string