Click or drag to resize

ChartSeriesDataFormat Class

Represents a chart series.
Inheritance Hierarchy
System Object
Spire.Presentation PptObject
Spire.Presentation.Charts ChartSeriesDataFormat

Namespace: Spire.Presentation.Charts
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public class ChartSeriesDataFormat : PptObject

The ChartSeriesDataFormat type exposes the following members.

Properties
Name Description
Public property Bubbles
Gets collection of cells with bubbleSize. Read-only CellRanges .
Public property DataLabelRanges
Gets or set the Labels ranges of a series.
Public property DataLabels
Gets the Labels of a series. Read-only ChartDataLabelCollection .
Public property DataPoints
Gets the Points Collection of a series. Read-only ChartDataPointCollection .
Public property Distance
The distance from the center of the pie chart is expressed as a percentage of the pie.
Public property DoughnutHoleSize
Returns or sets the size of the hole in a doughnut chart. The hole size is expressed as percentage of the of chart size , between 10 and 90 percent.
Public property Effect
Gets effects used for a chart. Read-only EffectDag .
Public property Effect3D
Gets 3D format of a chart. Read-only FormatThreeD .
Public property ErrorBarsXFormat
Gets X-ErrorBar of a series. Read-only FillFormat .
Public property ErrorBarsYFormat
Gets Y-ErrorBar of a series. Read-only FillFormat .
Public property Fill
Gets fill style properties of a chart. Read-only FillFormat .
Public property FirstSliceAngleInPieChart
Gets or sets the angle of the pie-chart in degrees
Public property HasSeriesLines
Indicates that chart has series lines.
Public property Index
Gets the index of a series.
Public property InvertIfNegative
Specifies invert colors if the value is negative
Public property IsHidden
Specifies whether the series is hidden.
Public property IsSmooth
Represents curve smoothing.
Public property IsVaryColor
Indicates that color of point is varied.
Public property Line
Gets line style properties of a chart.
Public property MarkerFill
Gets or sets the marker fill
Public property MarkerSize
Represents the marker size in a line chart, scatter chart, or radar chart.
Public property MarkerStyle
Represents the marker style in a line chart, scatter chart, or radar chart.
Public property MaxValueColor
Get or Set the map chart series max value color.
Public property MinValueColor
Get or Set the map chart series minimum value color.
Public property NamedRange
Gets collection of cells with series names. Read-only CellRanges .
Public property Parent
Reference to Parent object. Read-only.
(Inherited from PptObject .)
Public property ProjectionType
Get or Set the map chart series projection type.
Public property QuartileCalculationType
Gets / Sets whether the Quartile calculation is Exclusive or Inclusive
Protected property ReferenceCount (Inherited from PptObject .)
Public property ShowConnectorLines
Gets or sets a boolean value indicating whether to display Connector Lines between data points
Public property ShowInnerPoints
Gets or sets a boolean value indicating whether to display Inner Points in Box and Whisker chart
Public property ShowMeanLine
Gets or sets a boolean value indicating whether to display Mean Line in Box and Whisker chart
Public property ShowMeanMarkers
Gets or sets a boolean value indicating whether to display Mean Marker in Box and Whisker chart
Public property ShowOutlierPoints
Gets or sets a boolean value indicating whether to display Outlier Points in Box and Whisker chart
Public property TreeMapLabelOption
Gets / Sets the Display label position in Tree map chart
Public property TrendLines
Public property Type
Get chart type.
Public property UseSecondAxis
Indicates whether this series use second value axis or not.
Public property Values
Gets collection of cells with values. Read-only CellRanges .
Public property XValues
Gets collection of cells with XValues. Read-only CellRanges .
Public property YValues
Gets collection of cells with YValues. Read-only CellRanges .
Top
Methods
Name Description
Protected method AddReference (Inherited from PptObject .)
Public method AddTrendLine
Protected method CheckDisposed (Inherited from PptObject .)
Public method Dispose
Dispose object and free resources.
(Inherited from PptObject .)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize (Inherited from PptObject .)
Protected method FindParent(Type) (Inherited from PptObject .)
Protected method FindParent( Type ) (Inherited from PptObject .)
Protected method FindParent(Type, Boolean) (Inherited from PptObject .)
Protected method FindParents (Inherited from PptObject .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Protected method OnDispose
Method which can be overriden by users to take any specific actions when object is disposed.
(Inherited from PptObject .)
Protected method ReleaseReference (Inherited from PptObject .)
Protected method SetParent (Inherited from PptObject .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
Fields
Name Description
Protected field m_bIsDisposed (Inherited from PptObject .)
Top
See Also