Click or drag to resize
ChartSeries Class
Point series in Chart
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.ChartModelStateManagerBase
    Kettic.AspNet.Controls.ChartModelRenderingElement
      Kettic.AspNet.Controls.ChartModelChartSeries

Namespace: Kettic.AspNet.Controls.ChartModel
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class ChartSeries : RenderingElement, 
	ICloneable

The ChartSeries type exposes the following members.

Constructors
  NameDescription
Public methodChartSeries
Creates a new instance of ChartSeries class.
Public methodChartSeries(String)
Creates a new instance of ChartSeries class with given name
Public methodChartSeries(ChartSeriesSet)
Creates a new instance of ChartSeries class.
Public methodChartSeries(String, ChartSeriesView)
Creates a new instance of ChartSeries class with given name and type.
Public methodChartSeries(String, ChartSeriesView, ChartSeriesSet)
Creates a new instance of ChartSeries class.
Public methodChartSeries(String, ChartSeriesView, ChartSeriesSet, ChartAxisYType, SeriesStyle)
Creates a new instance of ChartSeries class.
Public methodChartSeries(String, ChartSeriesView, ChartSeriesSet, ChartAxisYType, SeriesStyle, String, String, String, String, String, String, String)
Creates a new instance of ChartSeries class.
Top
Methods
  NameDescription
Public methodAddPoint(Double)
Adds a new series point with specified value to the series
Public methodAddPoint(ChartSeriesPoint)
Adds a series item(s) to the series.
Public methodAddPoint(ListChartSeriesPoint)
Adds a series point list to the series.
Public methodAddPoint(ChartSeriesPointCollection)
Adds a series point to the series.
Public methodAddPoint(Double, String)
Adds a new series point with specified value and label to the series.
Public methodAddPoint(ChartSeriesPoint, ChartSeriesPoint)
Adds a series point to the series.
Public methodAddPoint(Double, String, Color)
Adds a new series point with specified value, label and color to the series.
Public methodAddPoint(Double, String, Color, Boolean)
Adds a new series point with specified value, label, color and explosion to the series.
Public methodClear
Clears all series items from the data series.
Public methodClearDataBoundState
Removes all data binding from series
Public methodCloneSeries
Clone all series points
Public methodRemovePoint(Int32)
Removes the series point in specified index.
Public methodRemovePoint(Int32, Int32)
Removes a series point from the series.
Public methodRemovePoint(ChartSeriesPoint, ChartSeriesPoint)
Removes a series point from the series.
Public methodSetColors
Sets new colors to replace all the series points
Public methodSetExplodes
Sets exploded statuses to replace all the series points
Public methodSetLabels
Sets new labels to replace all the series points
Public methodSetPointColor
Sets a new color to the series point in specified index.
Public methodSetPointExplode
Sets a new explode status for the series point in specified index.
Public methodSetPointLabel
Sets a new label for the series point in specified index.
Public methodSetPoints
Sets new SeriesPoints objects to replace all the series points
Public methodSetPointValue
Sets a new value for the series point in specified index.
Public methodSetValues
Sets new values to replace all the series points
Public methodToString
Overridden
(Overrides StateManagerBase.ToString.)
Top
Properties
  NameDescription
Public propertyActiveRegionAttributes
Attributes for active regions
Public propertyActiveRegionToolTip
Tooltip for active regions
Public propertyActiveRegionUrl
Url for active regions
Public propertyAxisYType
Y Axis type in series(main axis Y or secondary Y axis)
Public propertyBackgroundComplexSettings
Complex set of a variety of color fill
Public propertyBackgroundFillMode
Specifies which of fill styles (Hatch, Solid, Image, Gradient) should be used
Public propertyBackgroundGradientMode
Specifies the Linear gradient fill mode
Public propertyBackgroundMainColor
Gets or sets the background main color of the data series.
Public propertyBackgroundSecondColor
Gets or sets the the background second color of the data series.
Public propertyDataArgumentField
Data field with series X value bound
Public propertyDataArgumentField2
Data field with series X2 value bound
Public propertyDataLabelsField
Data field for labels
Public propertyDataValueField
Data field with series Y value bound
Public propertyDataValueField2
Data field with series Y2 value bound
Public propertyDataValueField3
Data field with series Y3 value bound(for ChartSeriesView.Candle).
Public propertyDataValueField4
Data field with series Y4 value bound(for ChartSeriesView.Candle).
Public propertyDefaultLabelValue
The default value for the series labels.
Public propertyDiagram
Diagram for series drawing
Public propertyIndex
Series index in the series parent element
Public propertyIsActiveRegion
Gets or sets a boolean value indicates whether the region is active.
Public propertyIsDataBound
Gets or sets a boolean value indicates whether the series is bound data
Public propertyItem
Gets series point in specified index.
Public propertyName
Gets or sets the name of series.
Public propertyParent
Parent element for series
Public propertyPoints
Gets a collection of series points.
Public propertyShowPointsLabels
Gets or sets a boolean value indicates whether display the points labels
Public propertyStyleSet
Specifies the visual appearance of series items.
Public propertyView
Gets or sets the view of the series.
Public propertyVisible
Specifies whether to render the series or not.
Top
See Also