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


In This Topic
    HistogramSeries Class Members
    In This Topic

    The following tables list the members exposed by HistogramSeries.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the bar object of the histogram series.  
    Public PropertyGets or sets the bin options for the histogram series.  
    Public PropertyInternal use only.  
    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.  
    Public PropertyOverridden. Gets the number of categories.  
    Public PropertyGets or sets the amount of space between categories.  
    Public PropertyInternal use only.  
    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 collection of series.  
    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.  
    Public PropertyGets the collection of values for the series.  
    Public PropertyGets or sets whether the series is visible. (Inherited from FarPoint.Web.Chart.Series)
    Public PropertyOverridden. Gets or sets the ID of the y-axis on which the series is plotted.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates a deep copy of this series.  
    Public MethodOverridden. This method is reserved and should not be used.  
    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.  
    Public MethodOverridden. Generates an object from its XML representation.  
    Public MethodResets the OverFlowValue property to the default value.  
    Public MethodResets the UnderFlowValue property to the default value.  
    Public MethodOverridden. Converts an object into its XML representation.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Raises the Changed event.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the series is changed. (Inherited from FarPoint.Web.Chart.Series)
    Top
    See Also