Click or drag to resize
ChartSeries Properties

The ChartSeries type exposes the following members.

Properties
  Name Description
Public property ActiveRegionAttributes
Attributes for active regions
Public property ActiveRegionToolTip
Tooltip for active regions
Public property ActiveRegionUrl
Url for active regions
Public property AxisYType
Y Axis type in series(main axis Y or secondary Y axis)
Public property BackgroundComplexSettings
Complex set of a variety of color fill
Public property BackgroundFillMode
Specifies which of fill styles (Hatch, Solid, Image, Gradient) should be used
Public property BackgroundGradientMode
Specifies the Linear gradient fill mode
Public property BackgroundMainColor
Gets or sets the background main color of the data series.
Public property BackgroundSecondColor
Gets or sets the the background second color of the data series.
Public property DataArgumentField
Data field with series X value bound
Public property DataArgumentField2
Data field with series X2 value bound
Public property DataLabelsField
Data field for labels
Public property DataValueField
Data field with series Y value bound
Public property DataValueField2
Data field with series Y2 value bound
Public property DataValueField3
Data field with series Y3 value bound(for ChartSeriesView.Candle).
Public property DataValueField4
Data field with series Y4 value bound(for ChartSeriesView.Candle).
Public property DefaultLabelValue
The default value for the series labels.
Public property Diagram
Diagram for series drawing
Public property Index
Series index in the series parent element
Public property IsActiveRegion
Gets or sets a boolean value indicates whether the region is active.
Public property IsDataBound
Gets or sets a boolean value indicates whether the series is bound data
Public property Item
Gets series point in specified index.
Public property Name
Gets or sets the name of series.
Public property Parent
Parent element for series
Public property Points
Gets a collection of series points.
Public property ShowPointsLabels
Gets or sets a boolean value indicates whether display the points labels
Public property StyleSet
Specifies the visual appearance of series items.
Public property View
Gets or sets the view of the series.
Public property Visible
Specifies whether to render the series or not.
Top
See Also