[]
        
(Showing Draft Content)

FarPoint.Web.Chart.BarSeries

BarSeries Class

Represents a bar series in a Y plot area.

Namespace: FarPoint.Web.Chart
Assembly: FarPoint.Web.Chart.dll
Syntax
public class BarSeries : YSeries, ICloneable, IXmlSerializable
Public Class BarSeries
    Inherits YSeries
    Implements ICloneable, IXmlSerializable
Remarks

Each point contains a single value. Bar borders and bar fills can be assigned for the series or for a point in the series with null (Nothing in VB) indicating unassigned. Bar width and bar depth are measured relative to the floor grid cell (with a range of 0 to 1). Bar origin can be automatically generated or manually assigned.

Constructors

Name Description
BarSeries()

Creates a new series.

BarSeries(BarSeries)

Creates a new series that is a deep copy of the specified series.

Properties

Name Description
AutoOrigin

Gets or sets whether the bar origin is automatically calculated or manually assigned.

BarBorder

Gets or sets the bar border for the series.

BarBorders

Gets the collection of bar borders for the series.

BarFill

Gets or sets the bar fill for the series.

BarFills

Gets the collection of bar fills for the series.

BarShape

Gets or sets the shape of bars.

BottomBevel

Gets or sets the bottom bevel.

BottomBevels

Gets the collection of bottom bevels for the series.

Count

Gets the number of points in the series.

GapDepth

Gets or sets the amount of space between series.

GapWidth

Gets or sets the amount of space between categories.

LabelContainsValue

Gets or sets whether the value is displayed in the labels.

Origin

Gets or sets the bar origin.

TopBevel

Gets or sets the top bevel.

TopBevels

Gets the collection of top bevels for the series.

Values

Gets the collection of values for the series.

VaryColors

Gets or sets whether each data point is displayed with a different color.

Methods

Name Description
Clone()

Creates a deep copy of this series.

GetSchema()

This method is reserved and should not be used.

ReadXml(XmlReader)

Generates an object from its XML representation.

WriteXml(XmlWriter)

Converts an object into its XML representation.