Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Specifies base properties for a chart series.
Inheritance Hierarchy
Bytescout.Spreadsheet.ChartsSeries
Bytescout.Spreadsheet.ChartsValuesSeries
Namespace: Bytescout.Spreadsheet.Charts
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax
The Series type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Series(Range) |
Initializes a new instance of the Series class.
|
![]() | Series(Range, Range) |
Initializes a new instance of the Series class.
|
![]() | Series(Range, Range, Range) |
Initializes a new instance of the Series class.
|
Properties
Name | Description | |
---|---|---|
![]() | BubbleSizes |
Gets or sets the reference to source of the bubble size values.
|
![]() | ChartType |
Gets or sets the type of the chart.
|
![]() | DataLabels |
Gets the DataLabels object for for the series.
|
![]() | Explosion |
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).
|
![]() | Format |
Gets the format.
|
![]() | Has3DEffect |
Gets or sets a value indicating whether the series has a three-dimensional appearance.
Applies only to bubble charts
|
![]() | InvertIfNegative |
Gets or sets a value indicating whether chart shall invert
its colors if the value is negative.
|
![]() | MarkerSize |
Gets or sets the size of the marker in points.
|
![]() | MarkerStyle |
Gets or sets the marker style for a point or series in a line chart, scatter chart, or radar chart.
|
![]() | Name |
Gets or sets name of the series.
|
![]() | ShapeProperties |
Gets or sets a value specifies the formatting.
|
![]() | Smooth |
Gets or sets a value indicating whether line connecting the points on the
chart shall be smoothed using Catmull-Rom splines.
|
![]() | Values |
Gets or sets the reference to source of the data contained
in this chart.
|
![]() | XValues |
Gets or sets the reference to source of the x values for a chart series.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also