Show / Hide Table of Contents

Class BubbleDataSeries

Inheritance
System.Object
ChartPart
DataSeries
BubbleDataSeries
Inherited Members
DataSeries.DataLabels
DataSeries.DataPoints
DataSeries.MarkerOptions
DataSeries.SeriesName
DataSeries.SeriesCategories
DataSeries.SeriesValues
DataSeries.ValuesFormatCode
ChartPart.Fill
ChartPart.Border
ChartPart.Effects
Namespace: DRIT.Spreadsheet.Chart
Assembly: DRIT.Spreadsheet.dll
Syntax
public class BubbleDataSeries : DataSeries

Constructors

BubbleDataSeries(SheetChart)

Declaration
public BubbleDataSeries(SheetChart sheetChart)
Parameters
Type Name Description
SheetChart sheetChart

Properties

SeriesBubbleSize

Declaration
public string SeriesBubbleSize { get; set; }
Property Value
Type Description
System.String

SeriesXValues

Declaration
public string SeriesXValues { get; set; }
Property Value
Type Description
System.String

SeriesYValues

Declaration
public string SeriesYValues { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX