Back to Devexpress

DxPolarChartStackedBarSeries<T, TArgument, TValue> Members

blazor-devexpress-dot-blazor-dot-dxpolarchartstackedbarseries-3-dot-underscore-members.md

latest6.5 KB
Original Source

DxPolarChartStackedBarSeries<T, TArgument, TValue> Members

Defines a stacked bar series.

Constructors

NameDescription
DxPolarChartStackedBarSeries()Initializes a new instance of the DxPolarChartStackedBarSeries<T, TArgument, TValue> class.

Properties

NameDescription
ArgumentFieldSpecifies a data source field that contains arguments for series values. Inherited from DxPolarChartBaseSeries<T, TArgument, TValue>.
BarPaddingSpecifies the padding between bars in a bar group, as a percentage. Inherited from DxPolarChartBarSeries<T, TArgument, TValue>.
BarWidthSpecifies the width of an individual bar in the series, in pixels. Inherited from DxPolarChartBarSeries<T, TArgument, TValue>.
BreakOnEmptyPointsSpecifies whether the series should break on points with null values. Inherited from DxPolarChartBaseSeries<T, TArgument, TValue>.
ColorSpecifies the color of the series. Inherited from DxPolarChartBaseSeries<T, TArgument, TValue>.
DataSpecifies the data source for the series. Inherited from DxPolarChartBaseSeries<T, TArgument, TValue>.
FilterSpecifies an expression used to filter series values. Inherited from DxPolarChartBaseSeries<T, TArgument, TValue>.
HoverModeSpecifies highlighted series elements when a user hovers the mouse pointer over the series. Inherited from DxPolarChartBarSeries<T, TArgument, TValue>.
MaxLabelCountLimits the maximum number of visible point labels in the series. Inherited from DxPolarChartBaseSeries<T, TArgument, TValue>.
MinBarHeightSpecifies the minimum bar height, in pixels. Inherited from DxPolarChartBarSeries<T, TArgument, TValue>.
NameSpecifies the series name. Inherited from DxPolarChartBaseSeries<T, TArgument, TValue>.
SelectionModeSpecifies the selection mode for the bar series. Inherited from DxPolarChartBarSeries<T, TArgument, TValue>.
StackSpecifies the stack in a side-by-side stacked series.
ValueFieldSpecifies a data source field that contains values for series points. Inherited from DxPolarChartBaseSeries<T, TArgument, TValue>.
VisibleSpecifies series visibility. Inherited from DxPolarChartBaseSeries<T, TArgument, TValue>.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

Events

NameDescription
VisibleChangedFires when series visibility changes. Inherited from DxPolarChartBaseSeries<T, TArgument, TValue>.

See Also

DxPolarChartStackedBarSeries<T, TArgument, TValue> Class

DevExpress.Blazor Namespace