Back to Devexpress

Series Properties

corelibraries-devexpress-dot-xtracharts-dot-series-dot-underscore-properties.md

latest14.5 KB
Original Source

Series Properties

Represents an individual series within a chart control.

NameDescription
ActualArgumentScaleTypeGets the actual scale type used for series arguments. Inherited from SeriesBase.
ActualLabelsVisibilityGets the actual value specifying whether labels are visible for a particular series. Inherited from SeriesBase.
AllowResampleIndicates whether the chart resampling mechanism applies to the series.
ArgumentDataMemberGets or sets the name of the data field that contains series point arguments. Inherited from SeriesBase.
ArgumentScaleTypeGets or sets a value that specifies the scale type for the argument data of the series’ data points. Inherited from SeriesBase.
CheckableInLegendSpecifies a value which determines whether to show a legend check box instead of a legend marker for a series. Inherited from SeriesBase.
CheckedInLegendGets or sets a value that determines whether a legend check box is checked for a chart series. Inherited from SeriesBase.
ColorDataMemberGets or sets the data source field name that contains series point colors. Inherited from SeriesBase.
ColorizerSerializableFor internal use. This property is used to support serialization of the colorizer. Inherited from SeriesBase.
CrosshairContentShowModeGets or sets the element that dispays the series’s Crosshair content. Inherited from SeriesBase.
CrosshairEmptyValueLegendTextGets or sets the text that is displayed by the Crosshair when it has no values to be displayed. Inherited from SeriesBase.
CrosshairEnabledGets or sets a value that specifies whether or not a crosshair cursor is enabled for this series. Inherited from SeriesBase.
CrosshairHighlightPointsGets or sets a value that specifies whether the series points are highlighted when the crosshair cursor hovers over them. Inherited from SeriesBase.
CrosshairLabelPatternGets or sets a string which represents the pattern specifying the text to be displayed within a crosshair label for the current Series type. Inherited from SeriesBase.
CrosshairLabelVisibilitySpecifies whether to show a crosshair label on a diagram for a particular 2D Series. Inherited from SeriesBase.
CrosshairTextOptionsReturns the text options of the Crosshair label item of the series. Inherited from SeriesBase.
DataAdapterGets or sets an adapter that loads data from a source to the series.
DataFiltersConjunctionModeGets or sets the logical operator used to combine individual data filter conditions defined for the series. Inherited from SeriesBase.
DataSortedGets or sets the value that identifies whether the series’s data source is sorted. Inherited from SeriesBase.
DataSourceGets or sets the series’ data source.
DataSourceSortedGets or sets the value that identifies whether the series’s data source is sorted.
DateTimeSummaryOptionsReturns options that configure how the series calculates summary values of its data source with date-time arguments. Inherited from SeriesBase.
FilterCriteriaGets or sets the current filter criteria. Inherited from SeriesBase.
FilterStringGets or sets the current filter expression. Inherited from SeriesBase.
IsAutoCreatedReturns a value specifying whether or not a series is auto created.
LabelGets series label settings. Inherited from SeriesBase.
LabelSerializableGets the string value used to support serialization of the series labels. Inherited from SeriesBase.
LabelsVisibilitySpecifies whether to show labels for a series. Inherited from SeriesBase.
LegendGets or sets a legend which displays the series legend item or series point legend items. Inherited from SeriesBase.
LegendNameFor internal use. Supports serialization of the SeriesBase.Legend property. Inherited from SeriesBase.
LegendTextGets or sets the text that identifies the series within the legend of a chart control. Inherited from SeriesBase.
LegendTextPatternGets or sets the string that formats text for the series or series point legend items. Inherited from SeriesBase.
NameGets or sets the name of the series.
NumericSummaryOptionsReturns options that configure how the series calculates summary values of its data source with numeric arguments. Inherited from SeriesBase.
PointsGets the series’ collection of data points.
QualitativeSummaryOptionsReturns options that configure how the series calculates summary values of its data source with qualitative arguments. Inherited from SeriesBase.
SeriesIDSpecifies the series ID, which is intended for internal use only.
SeriesPointsSortingGets or sets the sort order of the series’ points. Inherited from SeriesBase.
SeriesPointsSortingKeyGets or sets a value that specifies the values of the data points that the series should be sorted by. Inherited from SeriesBase.
ShowInLegendGets or sets a value that specifies whether the data series is represented in the chart control’s legend. Inherited from SeriesBase.
SynchronizePointOptionsGets or sets a value that specifies whether point options are synchronized for a specific series. Inherited from SeriesBase.
TagGets or sets the object that contains data related to the chart element. Inherited from ChartElement.
TimeSpanSummaryOptionsReturns options that configure how the series calculates summary values of its data source with date-time arguments. Inherited from SeriesBase.
ToolTipEnabledGets or sets a value that specifies whether or not a tooltip is enabled for a series. Inherited from SeriesBase.
ToolTipHintDataMemberGets or sets a value that points to a data field containing hints for series points tooltips. Inherited from SeriesBase.
ToolTipImageSpecifies an image to be displayed in series tooltips.
ToolTipPointPatternGets or sets a formatting pattern for a series point tooltip. Inherited from SeriesBase.
ToolTipSeriesPatternGets or sets a string which represents the pattern specifying the text to be displayed within the tooltip that appears for a series. Inherited from SeriesBase.
TopNOptionsProvides access to settings that indicate whether it is required to show only the Top N series points in a series and define the rule to determine the Top N points. Inherited from SeriesBase.
Value1For internal use only. Inherited from SeriesBase.
Value2For internal use only. Inherited from SeriesBase.
Value3For internal use only. Inherited from SeriesBase.
Value4For internal use only. Inherited from SeriesBase.
ValueDataMembersGets a collection of the names of data fields that contain series point values. Inherited from SeriesBase.
ValueDataMembersSerializableGets or sets the string value used to support serialization of the SeriesBase.ValueDataMembers property. Inherited from SeriesBase.
ValueScaleTypeGets or sets a value that specifies the scale type for the value data of the series’ data points. Inherited from SeriesBase.
ViewGets or sets the view that the series uses to visualize its data. Inherited from SeriesBase.
ViewSerializableGets the string value used to support serialization of the series view. Inherited from SeriesBase.
VisibleSpecifies whether the series is visible. Inherited from SeriesBase.

See Also

Series Class

Series Members

DevExpress.XtraCharts Namespace