Search Results for

    Show / Hide Table of Contents

    Class SeriesItem

    Inheritance
    object
    SeriesItem
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Drawing
    Assembly: Reportman.Drawing.dll
    Syntax
    public class SeriesItem

    Constructors

    SeriesItem()

    Declaration
    public SeriesItem()

    Fields

    Caption

    Declaration
    public string Caption
    Field Value
    Type Description
    string

    ChartStyle

    Declaration
    public ChartType ChartStyle
    Field Value
    Type Description
    ChartType

    Color

    Declaration
    public int Color
    Field Value
    Type Description
    int

    Colors

    Declaration
    public Integers Colors
    Field Value
    Type Description
    Integers

    FunctionName

    Declaration
    public string FunctionName
    Field Value
    Type Description
    string

    FunctionParams

    Declaration
    public string FunctionParams
    Field Value
    Type Description
    string

    MaxValue

    Declaration
    public double MaxValue
    Field Value
    Type Description
    double

    MinValue

    Declaration
    public double MinValue
    Field Value
    Type Description
    double

    ValueCaptions

    Declaration
    public Strings ValueCaptions
    Field Value
    Type Description
    Strings

    Values

    Declaration
    public Doubles Values
    Field Value
    Type Description
    Doubles

    ValuesX

    Declaration
    public List<object> ValuesX
    Field Value
    Type Description
    List<object>

    Methods

    SetLastValueColor(int)

    Declaration
    public void SetLastValueColor(int newcolor)
    Parameters
    Type Name Description
    int newcolor
    In this article
    Back to top Generated by DocFX