ChartSerieDataFormat Properties | 
The ChartSerieDataFormat type exposes the following members.
| Name | Description | |
|---|---|---|
| 
 | 
AreaProperties | 
 
Returns object, that represents aera properties. Read only.
 
 | 
| 
 | 
BackGroundColor | 
 
Represents background color.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
BackGroundColorObject | 
 
Represents background color.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
BackGroundKnownColor | 
 
Represents background excel color.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
BarTopType | 
 
Represents the top data format.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
BarType | 
 
Represents the base data format.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
Fill | 
 
Represents XlsFill options. Read-only.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
ForeGroundColor | 
 
Represents foreground color.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
ForeGroundColorObject | 
 
Represents foreground color object.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
ForeGroundKnownColor | 
 
Represents foreground color.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
Format3D | 
 
Gets the chart3 D properties.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
Has_dPtPieExplosion | 
 
Indicates whether dataformat has PieExplosion.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
HasBorder | 
 
Indicates whether chart has border.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
HasBorderLine | 
 
Indicates whethers chart has border line.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
HasFormat3D | 
 
Gets a value indicating whether [has3d properties].
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
HasInterior | 
 
This property indicates whether interior object was created. Read-only.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
HasLineProperties | 
 
This property indicates whether line formatting object was created. Read-only.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
HasShadow | 
 
Gets a value indicating whether this instance has shadow properties.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
Interior | 
 
Returns object, that represents area properties. Read-only.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
Is3DBubbles | 
 
True to draw bubbles with 3D effects.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
IsAutoMarker | 
 
Automatic color.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
IsAutomaticFormat | 
 
Indicates, if automatic format is used.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
IsBorderSupported | 
 
Indicates whether border object is supported. Read-only.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
IsFormatted | 
 
Indicate if data format is formatted.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
IsInteriorSupported | 
 
Indicates whether interior object is supported. Read-only.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
IsMarker | 
 
If true - format has marker; otherwise false. Read-only.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
IsMarkerSupported | 
 
Indicates whether marker is supported by this chart/series.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
IsShadow | 
Obsolete.
 
True if this series has a shadow.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
IsShowBackground | 
 
True = "background = none".
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
IsShowForeground | 
 
True = "foreground = none".
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
IsSmoothed | 
 
If true - format has smothed line; otherwise false. Read-only.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
IsSmoothedLine | 
 
True if the line series has a smoothed line.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
IsSupportFill | 
 
Indicats whether chart supports transparency.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
LineProperties | 
 
Returns object, that represents line properties. Read only.
 
 | 
| 
 | 
MarkerBackColorObject | 
 
Gets object that holds marker background color.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
MarkerBackgroundColor | 
 
Foreground color: RGB value (high byte = 0).
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
MarkerBackgroundKnownColor | 
 
Index to color of marker XlsFill.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
MarkerBorderWidth | 
 
Marker border weight(unit pt).
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
MarkerFill | 
 
Get fill object of the marker.
 
(Inherited from
XlsChartSerieDataFormat
.)
The following code illustrates how to fill a marker . <para>var markerFill = chart.Series[0].Format.MarkerFill;</para><para>//fill by defined Texture</para><para>markerFill.Texture = GradientTextureType.GreenMarble;</para><para></para><para>//fill by defined Pattern</para><para>markerFill.Pattern = GradientPatternType.PatLargeCheckerBoard;</para><para>//Pattern need set fore/background color</para><para>markerFill.ForeColor = Color.Blue;</para><para>markerFill.BackColor = Color.Red;</para><para>//fill by a picture</para><para>markerFill.CustomPicture("type1.png")</para><para>//set transparency: value from 0.0 (Clear) through 1.0(Opaque)</para><para>markerFill.Transparency = 0.5;</para>  | 
| 
 | 
MarkerForeColorObject | 
 
Gets object that holds marker foreground color.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
MarkerForegroundColor | 
 
Background color: RGB value (high byte = 0).
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
MarkerForegroundKnownColor | 
 
Index to color of marker border.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
MarkerSize | 
 
Size of line markers.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
MarkerStyle | 
 
Type of marker.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
MarkerTransparencyValue | 
 
Gets or sets the transparency of the line marker.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
Options | 
 
Gets common serie options. Read-only.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
Parent | 
 
Reference to Parent object. Read-only.
 
(Inherited from
XlsObject
.)
 | 
| 
 | 
ParentSerie | 
 
Returns parent serie. Read-only.
 
 | 
| 
 | 
Pattern | 
 
Represents pattern.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
Percent | 
 
Distance of pie slice from center of pie.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
QuartileCalculationType | 
 
Gets / Sets whether the Quartile calculation is Exclusive or Inclusive
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
ReferenceCount | 
 
Get quantity of instance references.
 
(Inherited from
XlsObject
.)
 | 
| 
 | 
SeriesNumber | 
Obsolete.
 
Gets or sets serie number.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
Shadow | 
 
Gets the shadow properties.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
ShowActiveValue | 
Obsolete.
 
Indicates whether chart show active value.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
ShowBubble | 
Obsolete.
 
Show bubble sizes.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
ShowCategoryLabel | 
Obsolete.
 
Show category label.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
ShowConnectorLines | 
 
Gets or sets a boolean value indicating whether to display
Connector Lines between data points
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
ShowInnerPoints | 
 
Gets or sets a boolean value indicating whether to display
Inner Points in Box and Whisker chart
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
ShowMeanLine | 
 
Gets or sets a boolean value indicating whether to display
Mean Line in Box and Whisker chart
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
ShowMeanMarkers | 
 
Gets or sets a boolean value indicating whether to display
Mean Marker in Box and Whisker chart
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
ShowOutlierPoints | 
 
Gets or sets a boolean value indicating whether to display
Outlier Points in Box and Whisker chart
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
ShowPieCategoryLabel | 
Obsolete.
 
Show category label and value as a percentage (pie charts only).
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
ShowPieInPercents | 
Obsolete.
 
Show value as a percent of the total.(pie charts only).
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
SmoothLine | 
Obsolete.
 
Show smoothed line.
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
TreeMapLabelOption | 
 
Gets / Sets the Display label position in Tree map chart
 
(Inherited from
XlsChartSerieDataFormat
.)
 | 
| 
 | 
Visible | 
 
Represents visiblity.
 
(Inherited from
XlsChartSerieDataFormat
.)
 |