Name | Description | |
---|---|---|
ParetoSeries Constructor | Overloaded. |
The following tables list the members exposed by ParetoSeries.
Name | Description | |
---|---|---|
ParetoSeries Constructor | Overloaded. |
Name | Description | |
---|---|---|
Bar | Gets the bar object of the histogram series. (Inherited from FarPoint.Web.Chart.HistogramSeries) | |
BinOption | Gets or sets the bin options for the histogram series. (Inherited from FarPoint.Web.Chart.HistogramSeries) | |
binOptionInternal | Internal use only. (Inherited from FarPoint.Web.Chart.HistogramSeries) | |
CategoryNameArray | Gets or sets the string value that indicates all items of YSeries.CategoryNames as an array. (Inherited from FarPoint.Web.Chart.YSeries) | |
CategoryNames | Gets the collection of category names for the series. (Inherited from FarPoint.Web.Chart.HistogramSeries) | |
Count | Gets the number of categories. (Inherited from FarPoint.Web.Chart.HistogramSeries) | |
GapWidth | Gets or sets the amount of space between categories. (Inherited from FarPoint.Web.Chart.HistogramSeries) | |
IgnorePrepairData | Internal use only. (Inherited from FarPoint.Web.Chart.HistogramSeries) | |
LabelBorder | Gets or sets the border around the data labels. (Inherited from FarPoint.Web.Chart.Series) | |
LabelContainsCategoryName | Gets or sets whether the category name in displayed in the labels. (Inherited from FarPoint.Web.Chart.YSeries) | |
LabelContainsSeriesName | Gets or sets whether the series name is displayed in the label. (Inherited from FarPoint.Web.Chart.Series) | |
LabelFill | Gets or sets the fill of the background of the data labels. (Inherited from FarPoint.Web.Chart.Series) | |
LabelNumberFormat | Gets or sets the number format for labels. (Inherited from FarPoint.Web.Chart.Series) | |
LabelSeparator | Gets or sets the text used to separate the contents of a label. (Inherited from FarPoint.Web.Chart.Series) | |
LabelTextFill | Gets or sets the fill of the text of the data labels. (Inherited from FarPoint.Web.Chart.Series) | |
LabelTextFont | Gets or sets the font of the text of the data labels. (Inherited from FarPoint.Web.Chart.Series) | |
LabelVisible | Gets or sets whether the data labels are visible. (Inherited from FarPoint.Web.Chart.Series) | |
LegendAreaId | Gets or sets the ID of the legend on which the series is displayed. (Inherited from FarPoint.Web.Chart.Series) | |
ParetoLine | Gets the bar object of the histogram series. | |
Series | Gets the collection of series. (Inherited from FarPoint.Web.Chart.HistogramSeries) | |
SeriesName | Overridden. Gets or sets the name of the series. | |
SeriesNameDataField | Gets or sets the field in the data source that stores the series name. (Inherited from FarPoint.Web.Chart.Series) | |
SeriesNameDataSource | Gets or sets the data source for the series name. (Inherited from FarPoint.Web.Chart.Series) | |
ValueArray | Gets or sets the string value that indicates all items of Values as an array. (Inherited from FarPoint.Web.Chart.HistogramSeries) | |
Values | Gets the collection of values for the series. (Inherited from FarPoint.Web.Chart.HistogramSeries) | |
Visible | Gets or sets whether the series is visible. (Inherited from FarPoint.Web.Chart.Series) | |
YAxisId | Gets or sets the ID of the y-axis on which the series is plotted. (Inherited from FarPoint.Web.Chart.HistogramSeries) |
Name | Description | |
---|---|---|
Clone | Overridden. Creates a deep copy of this series. | |
GetSchema | This method is reserved and should not be used. (Inherited from FarPoint.Web.Chart.HistogramSeries) | |
PrepairData | Prepair data for chart 1. This chart has some static value such as standard deviation, average value, underFlowValue, aboveFlowValue. These values only changed when we changed data of chart 2. LayoutData contain categoryName and value for each bar. We have 2 type of CategoryName, based on use bin or category of data. Value for each bar depends on type of Category. These values changed when we changed data of chart, changed type of category, bin width, number of bin. (Inherited from FarPoint.Web.Chart.HistogramSeries) | |
ReadXml | Generates an object from its XML representation. (Inherited from FarPoint.Web.Chart.HistogramSeries) | |
ResetOverFlowValue | Resets the OverFlowValue property to the default value. (Inherited from FarPoint.Web.Chart.HistogramSeries) | |
ResetUnderFlowValue | Resets the UnderFlowValue property to the default value. (Inherited from FarPoint.Web.Chart.HistogramSeries) | |
WriteXml | Converts an object into its XML representation. (Inherited from FarPoint.Web.Chart.HistogramSeries) |
Name | Description | |
---|---|---|
OnChanged | Raises the Changed event. (Inherited from FarPoint.Web.Chart.HistogramSeries) |
Name | Description | |
---|---|---|
Changed | Occurs when the series is changed. (Inherited from FarPoint.Web.Chart.Series) |