Class SeriesItem
A single data series within a chart, holding its values, per-point colors and captions,
value range, caption and the chart style used to draw it.
Assembly: Reportman.Drawing.dll
Syntax
Constructors
View Source
SeriesItem()
Declaration
Fields
View Source
Caption
Declaration
Field Value
View Source
ChartStyle
Declaration
public ChartType ChartStyle
Field Value
View Source
Color
Declaration
Field Value
View Source
Colors
Declaration
Field Value
View Source
FunctionName
Declaration
public string FunctionName
Field Value
View Source
FunctionParams
Declaration
public string FunctionParams
Field Value
View Source
MaxValue
Declaration
Field Value
View Source
MinValue
Declaration
Field Value
View Source
ValueCaptions
Declaration
public Strings ValueCaptions
Field Value
View Source
Values
Declaration
Field Value
View Source
ValuesX
Declaration
public List<object> ValuesX
Field Value
Methods
View Source
SetLastValueColor(int)
Declaration
public void SetLastValueColor(int newcolor)
Parameters
| Type |
Name |
Description |
| int |
newcolor |
|