Link Search Menu Expand Document

ValuesSeries Class

Specifies base properties for a chart series.
Inheritance Hierarchy
SystemObject
Bytescout.Spreadsheet.ChartsSeries
Bytescout.Spreadsheet.ChartsValuesSeries

Namespace:Bytescout.Spreadsheet.Charts
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public abstract class ValuesSeries : Series

The ValuesSeries type exposes the following members.

Constructors
NameDescription
Public methodValuesSeries
Initializes a new instance of the ValuesSeries class.
Top
Properties
NameDescription
Public propertyBubbleSizes
Gets or sets the reference to source of the bubble size values.
(Inherited from Series.)
Public propertyChartType
Gets or sets the type of the chart.
(Inherited from Series.)
Public propertyDataLabels
Gets the DataLabels object for for the series.
(Inherited from Series.)
Public propertyExplosion
Gets or sets the amount the data point shall be moved from the center of the pie (for a pie-chart or doughnut-chart slice).
(Inherited from Series.)
Public propertyFormat
Gets the format.
(Inherited from Series.)
Public propertyHas3DEffect
Gets or sets a value indicating whether the series has a three-dimensional appearance. Applies only to bubble charts
(Inherited from Series.)
Public propertyInvertIfNegative
Gets or sets a value indicating whether chart shall invert its colors if the value is negative.
(Inherited from Series.)
Public propertyMarkerSize
Gets or sets the size of the marker in points.
(Inherited from Series.)
Public propertyMarkerStyle
Gets or sets the marker style for a point or series in a line chart, scatter chart, or radar chart.
(Inherited from Series.)
Public propertyName
Gets or sets name of the series.
(Inherited from Series.)
Public propertyShapeProperties
Gets or sets a value specifies the formatting.
(Inherited from Series.)
Public propertySmooth
Gets or sets a value indicating whether line connecting the points on the chart shall be smoothed using Catmull-Rom splines.
(Inherited from Series.)
Public propertyValues
Gets or sets the reference to source of the data contained in this chart.
(Inherited from Series.)
Public propertyXValues
Gets or sets the reference to source of the x values for a chart series.
(Inherited from Series.)
Top
Methods
NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference