
'Declaration <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> <TypeConverterAttribute(Xceed.Chart.Core.SeriesBaseConverter)> <SerializableAttribute()> Public Class BarSeries Inherits Series
'Usage Dim instance As BarSeries
[ClassInterface(ClassInterfaceType.AutoDual)] [TypeConverter(Xceed.Chart.Core.SeriesBaseConverter)] [Serializable()] public class BarSeries : Series
Dim barSeries As BarSeries = Chart.Series.Add(SeriesType.Bar)
BarSeries barSeries = Chart.Series.Add(SeriesType.Bar);
System.Object
Xceed.Chart.Core.SeriesBase
Xceed.Chart.Core.Series
Xceed.Chart.Core.BarSeries
Name | Description | |
---|---|---|
![]() | m_bValidCurDataPoint | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.Series) |
![]() | m_bValidNextDataPoint | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.Series) |
![]() | m_bValidPrevDataPoint | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.Series) |
Name | Description | |
---|---|---|
![]() | Appearance | Gives you access to the Appearance object (Inherited from Xceed.Chart.Core.Series) |
![]() | BarBorder | Controls the appearance of the bars borders. |
![]() | BarEdgePercent | Controls the edge percent of smooth edge bars and cut edge bars. The edge percent must be between 0 and 50. |
![]() | BarFillEffect | Controls the fill effect applied on the bars. |
![]() | BarStyle | Controls the style of the bars. |
![]() | CumulativeValueFormat | Gives you access to the ValueFormatting object controlling the formatting of the cumulative values. (Inherited from Xceed.Chart.Core.Series) |
![]() | DataLabels | Gives you access to the DataLabels object controlling the appearance of the data point labels. (Inherited from Xceed.Chart.Core.Series) |
![]() | DepthPercent | Controls the depth of bars in percents of the floor grid cell depth. |
![]() | EmptyDataPointsAppearance | Gives you access to an instance of the EmptyDataPointsAppearance class controlling the appearance of the empty data points displayed by the series (Inherited from Xceed.Chart.Core.SeriesBase) |
![]() | GapPercent | Controls the gap between the bars in percents of the floor grid cell width. |
![]() | HasBottomEdge | Controls the visibility of the bottom edge of smooth edge bars and cut edge bars. |
![]() | HasTopEdge | Controls the visibility of the top edge of smooth edge bars and cut edge bars. |
![]() | IndexValueFormatting | Gives you access to the ValueFormatting object controlling the formatting of the index data labels. (Inherited from Xceed.Chart.Core.Series) |
![]() | InflateMargins | Inflates the margins of the series to fit the chart area. (Inherited from Xceed.Chart.Core.SeriesBase) |
![]() | Interactivity | Gives you access to the SeriesInteractivity object controlling the interactivity features of the data points. (Inherited from Xceed.Chart.Core.Series) |
![]() | Labels | Gives you access to the labels data series. (Inherited from Xceed.Chart.Core.Series) |
![]() | Legend | Gives you access to an instance of the SeriesLegend class controlling the representation of the series in the legend. (Inherited from Xceed.Chart.Core.SeriesBase) |
![]() | Markers | Gives you access to the Markers object controlling the appearance of the data point markers. (Inherited from Xceed.Chart.Core.Series) |
![]() | MultiBarMode | Controls the mode of the bar series. |
![]() | Name | The name of the series. (Inherited from Xceed.Chart.Core.SeriesBase) |
![]() | Origin | Specifies the bars origin value when the UseOrigin is set to true. |
![]() | PercentValueFormatting | Gives you access to the ValueFormatting object controlling the formatting of the percent values. (Inherited from Xceed.Chart.Core.Series) |
![]() | Shadow | Gives access to the Shadow object controlling the shadow of the series. Shadows are visible when the scene is rendered with GDI+. (Inherited from Xceed.Chart.Core.SeriesBase) |
![]() | TotalValueFormatting | Gives you access to the ValueFormatting object controlling the formatting of the total formatting command. (Inherited from Xceed.Chart.Core.Series) |
![]() | UseOrigin | When turned on the bars are displayed with the origin specified by the Origin property. When turned off the bars are displayed with the maximal possible origin value. |
![]() | Values | Gives you access to the Values data series. (Inherited from Xceed.Chart.Core.Series) |
![]() | Visible | Controls the visibility of the series. (Inherited from Xceed.Chart.Core.SeriesBase) |
![]() | WidthPercent | Controls the width of the bars in percents of the floor grid cell width. |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds a new value in the Values series. (Inherited from Xceed.Chart.Core.Series) |
![]() | Clone | Creates an identical copy of this series object (Inherited from Xceed.Chart.Core.SeriesBase) |
![]() | DisplayOnAxis | Overloaded. Instructs the chart whether to scale the series on one of the standard chart axes. (Inherited from Xceed.Chart.Core.SeriesBase) |
![]() | GetDataSeries | Virtual method returning a collection of the data series that the series uses. (Inherited from Xceed.Chart.Core.Series) |
![]() | GetUserControl | Creates a user control which can be used for the visual editing of the series (Inherited from Xceed.Chart.Core.SeriesBase) |
![]() | IsDisplayedOnAxis | Overloaded. Queries whether the series is scaled on the specified standard axis. (Inherited from Xceed.Chart.Core.SeriesBase) |
Name | Description | |
---|---|---|
![]() | GetPrimitiveForNormalBar | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | GetPrimitiveForStackedBar | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | GetShapeForNormalBar2D | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | GetShapeForStackedBar2D | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | MustRenderDataPoint2D | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.Series) |
![]() | MustRenderSegment2D | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.Series) |
![]() | SetBarEdgeProperties | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | SetBarEdgeProperties2D | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | SetIntersectionParams2D | This member is reserved for internal use and is not intended to be used directly from your code. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2