Table of Contents

Struct ScalePreset

Namespace: FastReport.Olap.Highlight
Assembly: FastCube.Mono.dll

Struct for scale preset.

public struct ScalePreset

Constructors

ScalePreset(string, Color, Color, Color)

Creates a new instance.

public ScalePreset(string name, Color maxValueColor, Color midValueColor, Color minValueColor)

Parameters

name string

maxValueColor Color

midValueColor Color

minValueColor Color

Fields

maxValueColor

Color for maximum value.

public Color maxValueColor

Field Value

Color

midValueColor

Color for average value.

public Color midValueColor

Field Value

Color

minValueColor

Color for minimum value.

public Color minValueColor

Field Value

Color

name

Name.

public string name

Field Value

string