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


In This Topic
    SunburstSeries Class Members
    In This Topic

    The following tables list the members exposed by SunburstSeries.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the border for the surface.  
    Public PropertyGets or sets the string value that indicates all items of Borders as an array.  
    Public PropertyGets the collection of borders for the series.  
    Public PropertyGets or sets the string value that indicates all items of CategoryNames as an array.  
    Public PropertyGets the collection of category names for the series.  
    Public PropertyOverridden. Gets the number of points in the series.  
    Public PropertyGets or sets the fill for the surface.  
    Public PropertyGets or sets the string value that indicates all items of Fills as an array.  
    Public PropertyGets the collection of fills for the series.  
    Public PropertyGets or sets the border around the data labels. (Inherited from FarPoint.Web.Chart.Series)
    Public PropertyGets or sets whether the category name is displayed in the labels.  
    Public PropertyGets or sets whether the series name is displayed in the label. (Inherited from FarPoint.Web.Chart.Series)
    Public PropertyGets or sets whether the value is displayed in the labels.  
    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 PropertyOverridden. Gets or sets whether the data labels are visible.  
    Public PropertyGets or sets the ID of the legend on which the series is displayed. (Inherited from FarPoint.Web.Chart.Series)
    Public PropertyGets or sets the name of the series. (Inherited from FarPoint.Web.Chart.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 series tree data.  
    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)
    Top
    Public Methods
     NameDescription
    Public MethodCreates a deep copy of this series.  
    Public MethodGet category by index.  
    Public MethodOverridden. This method is reserved and should not be used.  
    Public MethodGet value by index  
    Public MethodOverridden. Generates an object from its XML representation.  
    Public MethodOverridden. Converts an object into its XML representation.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the Changed event. (Inherited from FarPoint.Web.Chart.Series)
    Top
    Public Events
     NameDescription
    Public EventOccurs when the series is changed. (Inherited from FarPoint.Web.Chart.Series)
    Top
    See Also