Search Results for

    Show / Hide Table of Contents

    Struct ScalePreset

    Namespace: FastReport.Olap.Highlight
    Assembly: FastReport.Olap.dll
    Syntax
    public struct ScalePreset

    Constructors

    ScalePreset(String, Color, Color, Color)

    Declaration
    public ScalePreset(string name, Color maxValueColor, Color midValueColor, Color minValueColor)
    Parameters
    Type Name Description
    System.String name
    System.Drawing.Color maxValueColor
    System.Drawing.Color midValueColor
    System.Drawing.Color minValueColor

    Fields

    maxValueColor

    Declaration
    public Color maxValueColor
    Field Value
    Type Description
    System.Drawing.Color

    midValueColor

    Declaration
    public Color midValueColor
    Field Value
    Type Description
    System.Drawing.Color

    minValueColor

    Declaration
    public Color minValueColor
    Field Value
    Type Description
    System.Drawing.Color

    name

    Declaration
    public string name
    Field Value
    Type Description
    System.String
    Back to top © 1998-2024 Copyright Fast Reports Inc.