Back to Devexpress

SeriesBase Properties

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

latest9.6 KB
Original Source

SeriesBase Properties

A base class for the SeriesTemplate and Series classes.

NameDescription
ActualArgumentScaleTypeGets the actual scale type used for series arguments.
ActualLabelsVisibilityGets the actual value specifying whether labels are visible for a particular series.
ArgumentDataMemberGets or sets the name of the data field that contains series point arguments.
ArgumentScaleTypeGets or sets a value that specifies the scale type for the argument data of the series’ data points.
CheckableInLegendSpecifies a value which determines whether to show a legend check box instead of a legend marker for a series.
CheckedInLegendGets or sets a value that determines whether a legend check box is checked for a chart series.
ColorDataMemberGets or sets the data source field name that contains series point colors.
ColorizerSerializableFor internal use. This property is used to support serialization of the colorizer.
CrosshairContentShowModeGets or sets the element that dispays the series’s Crosshair content.
CrosshairEmptyValueLegendTextGets or sets the text that is displayed by the Crosshair when it has no values to be displayed.
CrosshairEnabledGets or sets a value that specifies whether or not a crosshair cursor is enabled for this series.
CrosshairHighlightPointsGets or sets a value that specifies whether the series points are highlighted when the crosshair cursor hovers over them.
CrosshairLabelPatternGets or sets a string which represents the pattern specifying the text to be displayed within a crosshair label for the current Series type.
CrosshairLabelVisibilitySpecifies whether to show a crosshair label on a diagram for a particular 2D Series.
CrosshairTextOptionsReturns the text options of the Crosshair label item of the series.
DataFiltersConjunctionModeGets or sets the logical operator used to combine individual data filter conditions defined for the series.
DataSortedGets 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.
FilterCriteriaGets or sets the current filter criteria.
FilterStringGets or sets the current filter expression.
LabelGets series label settings.
LabelSerializableGets the string value used to support serialization of the series labels.
LabelsVisibilitySpecifies whether to show labels for a series.
LegendGets or sets a legend which displays the series legend item or series point legend items.
LegendNameFor internal use. Supports serialization of the SeriesBase.Legend property.
LegendTextGets or sets the text that identifies the series within the legend of a chart control.
LegendTextPatternGets or sets the string that formats text for the series or series point legend items.
NumericSummaryOptionsReturns options that configure how the series calculates summary values of its data source with numeric arguments.
QualitativeSummaryOptionsReturns options that configure how the series calculates summary values of its data source with qualitative arguments.
SeriesPointsSortingGets or sets the sort order of the series’ points.
SeriesPointsSortingKeyGets or sets a value that specifies the values of the data points that the series should be sorted by.
ShowInLegendGets or sets a value that specifies whether the data series is represented in the chart control’s legend.
SynchronizePointOptionsGets or sets a value that specifies whether point options are synchronized for a specific series.
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.
ToolTipEnabledGets or sets a value that specifies whether or not a tooltip is enabled for a series.
ToolTipHintDataMemberGets or sets a value that points to a data field containing hints for series points tooltips.
ToolTipPointPatternGets or sets a formatting pattern for a series point tooltip.
ToolTipSeriesPatternGets or sets a string which represents the pattern specifying the text to be displayed within the tooltip that appears for a series.
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.
Value1For internal use only.
Value2For internal use only.
Value3For internal use only.
Value4For internal use only.
ValueDataMembersGets a collection of the names of data fields that contain series point values.
ValueDataMembersSerializableGets or sets the string value used to support serialization of the SeriesBase.ValueDataMembers property.
ValueScaleTypeGets or sets a value that specifies the scale type for the value data of the series’ data points.
ViewGets or sets the view that the series uses to visualize its data.
ViewSerializableGets the string value used to support serialization of the series view.
VisibleSpecifies whether the series is visible.

See Also

SeriesBase Class

SeriesBase Members

DevExpress.XtraCharts Namespace