SideBySideBarSeriesView Members
Represents a series view of the Side-by-Side Bar type.Constructors
Name | Description |
---|---|
SideBySideBarSeriesView() | Initializes a new instance of the SideBySideBarSeriesView class with default settings. |
Fields
Properties
Name | Description |
---|---|
ActualLabelOptions | Gets the actual label options. Inherited from SeriesView. |
ActualPalette | Gets the actual palette of a series view. Inherited from SeriesView. |
AnimateCommand | Returns a command that starts animation of a series’ contents. Inherited from SeriesView. |
Antialiasing | Gets or sets whether anti-aliasing (smoothing) is applied to this series view. Inherited from SeriesView. |
BarDistance | Gets or sets the fixed distance value (in pixels) between two bars of different series shown at the same argument point. |
BarWidth | Gets or sets the width of a bar. Inherited from BarSeriesView. |
Brush | Gets or sets the color of the series view. This is a dependency property. Inherited from CartesianSeriesView. |
ColorEach | Gets or sets a value that specifies whether each data point of a series is shown in a different color. Inherited from CartesianSeriesView. |
DataChangingAnimationMode | Specifies how chart data should be animated on data changes. Inherited from SeriesView. |
LabelOptions | Provides access to the settings of series labels. Inherited from SeriesView. |
LegendItems | Gets a list of legend items for this series. Inherited from SeriesView. |
LegendMarkerTemplate | Gets or sets the template that defines the presentation of a legend marker for this series. Inherited from SeriesView. |
LegendPattern | Gets or sets a string which represents the pattern specifying the text to be displayed within legend items. Inherited from SeriesView. |
LegendPointPattern | Gets or sets a string which represents the pattern specifying the text to be displayed within legend items. Inherited from SeriesView. |
Palette | Gets or sets a palette used to color series points. Inherited from SeriesView. |
PointAnimation | Specifies the animation for data points of Bar series. Inherited from BarSeriesView. |
RangeControlViewType | Gets or sets a value that specifies which view type should be used to represent the current series in a Range Control. Inherited from BarSeriesView. |
SelectedItem | Gets or sets the currently selected item in the series. Inherited from SeriesView. |
SelectedItemBrush | Gets or sets the color of the selected series point. Inherited from SeriesView. |
SelectedItems | Gets or sets the collection of selected items of the SeriesView object. Inherited from SeriesView. |
ShowLabels | Gets or sets a value indicating whether labels should be visible for this series. Inherited from SeriesView. |
ShowToolTipOnSelectItem | Gets or sets a value specifying whether or not to show a tooltip every time a series (or a series point) is selected. Inherited from SeriesView. |
ToolTipPointPattern | Gets or sets a string which represents the pattern specifying the text to be displayed within a tooltip that appears for a series point. Inherited from SeriesView. |
ToolTipPointTemplate | Specifies the tooltip template for this series. This is a dependency property. Inherited from SeriesView. |
ToolTipSeriesPattern | Gets or sets a string which represents the pattern specifying the text to be displayed within the tooltip that appears for a series. Inherited from SeriesView. |
ToolTipSeriesTemplate | Gets or sets the template that defines the presentation of the tooltip for this series. Inherited from SeriesView. |
Methods
Name | Description |
---|---|
Animate(Double) | Starts animating the series view after the specified delay. Inherited from SeriesView. |
Equals(Object, Object) static | Determines 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. |
GetLabelPosition(SeriesLabelOptions) static | Gets the value of the SideBySideBarSeriesView.LabelPosition attached property for a specified SeriesLabelOptions. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
SetLabelPosition(SeriesLabelOptions, BarLabelPosition) static | Sets the value of the SideBySideBarSeriesView.LabelPosition attached property to the specified BarLabelPosition value. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
Events
Name | Description |
---|---|
PropertyChanged | Occurs every time any of the ChartElement class properties has changed its value. Inherited from ChartElement. |
Attached Properties
Name | Description |
---|---|
LabelPosition static | Gets or sets a value that specifies the position of bar labels relative to the corresponding bars. |
See Also