Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / ParetoSeries Class
Properties Methods Events


In This Topic
    ParetoSeries Class Members
    In This Topic

    The following tables list the members exposed by ParetoSeries.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the bar object of the histogram series. (Inherited from FarPoint.Web.Chart.HistogramSeries)
    Public PropertyGets or sets the bin options for the histogram series. (Inherited from FarPoint.Web.Chart.HistogramSeries)
    Public PropertyInternal use only. (Inherited from FarPoint.Web.Chart.HistogramSeries)
    Public PropertyGets or sets the string value that indicates all items of YSeries.CategoryNames as an array. (Inherited from FarPoint.Web.Chart.YSeries)
    Public PropertyGets the collection of category names for the series. (Inherited from FarPoint.Web.Chart.HistogramSeries)
    Public PropertyGets the number of categories. (Inherited from FarPoint.Web.Chart.HistogramSeries)
    Public PropertyGets or sets the amount of space between categories. (Inherited from FarPoint.Web.Chart.HistogramSeries)
    Public PropertyInternal use only. (Inherited from FarPoint.Web.Chart.HistogramSeries)
    Public PropertyGets or sets the border around the data labels. (Inherited from FarPoint.Web.Chart.Series)
    Public PropertyGets or sets whether the category name in displayed in the labels. (Inherited from FarPoint.Web.Chart.YSeries)
    Public PropertyGets or sets whether the series name is displayed in the label. (Inherited from FarPoint.Web.Chart.Series)
    Public PropertyGets or sets the fill of the background of the data labels. (Inherited from FarPoint.Web.Chart.Series)
    Public PropertyGets or sets the number format for labels. (Inherited from FarPoint.Web.Chart.Series)
    Public PropertyGets or sets the text used to separate the contents of a label. (Inherited from FarPoint.Web.Chart.Series)
    Public PropertyGets or sets the fill of the text of the data labels. (Inherited from FarPoint.Web.Chart.Series)
    Public PropertyGets or sets the font of the text of the data labels. (Inherited from FarPoint.Web.Chart.Series)
    Public PropertyGets or sets whether the data labels are visible. (Inherited from FarPoint.Web.Chart.Series)
    Public PropertyGets or sets the ID of the legend on which the series is displayed. (Inherited from FarPoint.Web.Chart.Series)
    Public PropertyGets the bar object of the histogram series.  
    Public PropertyGets the collection of series. (Inherited from FarPoint.Web.Chart.HistogramSeries)
    Public PropertyOverridden. Gets or sets the name of the series.  
    Public PropertyGets or sets the field in the data source that stores the series name. (Inherited from FarPoint.Web.Chart.Series)
    Public PropertyGets or sets the data source for the series name. (Inherited from FarPoint.Web.Chart.Series)
    Public PropertyGets or sets the string value that indicates all items of Values as an array. (Inherited from FarPoint.Web.Chart.HistogramSeries)
    Public PropertyGets the collection of values for the series. (Inherited from FarPoint.Web.Chart.HistogramSeries)
    Public PropertyGets or sets whether the series is visible. (Inherited from FarPoint.Web.Chart.Series)
    Public PropertyGets or sets the ID of the y-axis on which the series is plotted. (Inherited from FarPoint.Web.Chart.HistogramSeries)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Creates a deep copy of this series.  
    Public MethodThis method is reserved and should not be used. (Inherited from FarPoint.Web.Chart.HistogramSeries)
    Public MethodPrepair 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)
    Public MethodGenerates an object from its XML representation. (Inherited from FarPoint.Web.Chart.HistogramSeries)
    Public MethodResets the OverFlowValue property to the default value. (Inherited from FarPoint.Web.Chart.HistogramSeries)
    Public MethodResets the UnderFlowValue property to the default value. (Inherited from FarPoint.Web.Chart.HistogramSeries)
    Public MethodConverts an object into its XML representation. (Inherited from FarPoint.Web.Chart.HistogramSeries)
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the Changed event. (Inherited from FarPoint.Web.Chart.HistogramSeries)
    Top
    Public Events
     NameDescription
    Public EventOccurs when the series is changed. (Inherited from FarPoint.Web.Chart.Series)
    Top
    See Also