Name | Description | |
---|---|---|
![]() | Series Constructor | Creates default series |
The following tables list the members exposed by Series.
Name | Description | |
---|---|---|
![]() | Series Constructor | Creates default series |
Name | Description | |
---|---|---|
![]() | Annotations | Returns the collection of Annotations which is used with the Series. |
![]() | AxisX | Sets or returns the axis the Layer will be based on horizontally. |
![]() | AxisY | Sets or returns the axis the Layer will be based on vertically. |
![]() | Backdrop | Gets or sets the backdrop information used to fill the Series. |
![]() | BorderLine | Gets or sets the line information used for the border line of the Series. |
![]() | ChartArea | Sets or returns the ChartArea for the Series. |
![]() | ChartConfig | Returns the ChartTypeConfig for the Series. |
![]() | ColorPalette | Gets or sets the color palette enumeration used for the series. |
![]() | DisplayInLegend | Gets or sets a value indicating whether the Series is displayed in the graph legend. |
![]() | Legend | Gets or sets the Legend object for the series. |
![]() | LegendItemsMode | Gets or sets the mode used to display legend items. |
![]() | LegendText | Gets or sets the text that will be displayed for the series in the legend. |
![]() | Line | Gets or sets the line information used for the series. |
![]() | Marker | Gets or sets the marker information used for the series. |
![]() | Name | Overridden. Gets or sets the name of the series as a string. |
![]() | Points | Gets a DataPointsCollection object. |
![]() | Properties | Gets or sets the CustomProperties settings for the series. |
![]() | Tooltip | Gets or sets the tooltip text for the series. |
![]() | Type | Gets or sets the chart type for the series. |
![]() | ValueMembersY | Gets or sets the binding formula for the Y values in the series. |
![]() | ValueMemberX | Gets or sets the binding formula for the X values in the series. |
![]() | Visible | Sets or returns a value indicating whether the series is visible. |
![]() | ZOrder | Gets or sets the Z position of the series on the chart. |
Name | Description | |
---|---|---|
![]() | Clone | Overridden. Creates a clone of the Series object. |
![]() | OnMouseHover | Overridden. Fires the MouseHover event. |
![]() | OnMouseLeave | Overridden. Raises the MouseLeave event. |
![]() | OnMouseMove | Overridden. Raises the MouseMove event. |