Name | Description | |
---|---|---|
![]() | ColorType | Gets or sets the type of color for the series. |
![]() | DataLabelText | Gets or sets the text style for the data label. |
![]() | FieldAggregation | Gets or sets the aggregate field values if series data has a group field. Allowed values are count, sum, median, mean, and empty string. |
![]() | Fields | Gets or sets the data field names in the series. Optional depending on series type. |
![]() | GroupFields | Gets or sets the group field names in the series. |
![]() | HorizontalAxis | Gets or sets the index of horizontal axis. |
![]() | Locations | Gets or sets the locations for which data is to be plotted. |
![]() | MultiSeries | Gets or sets a value indicating whether this series is a multi series. |
![]() | Name | Gets or sets the name of the series shown in the legend. |
![]() | OrderFields | Gets or sets the sort field names in the series. |
![]() | OrderFieldsSortTypes | Gets or sets the array of sort order types for fields in OrderFields property Allowed values 0(Ascending), 1(Descending). |
![]() | ShowLabels | Gets or sets a value indicating whether the series shows data labels. |
![]() | UniqueName | Gets or sets the default and unique name of the series. |
![]() | VerticalAxis | Gets or sets the index of vertical axis. |
![]() | Visible | Gets or sets a value indicating whether the series is visible or not. |
![]() | WhereClause | Gets or sets the format string for series value labels. |