Show / Hide Table of Contents

Class LineDataSeries

Represents a data series for a line chart.

Inheritance
System.Object
ChartPart
DataSeries
LineDataSeries
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 LineDataSeries : DataSeries

Constructors

LineDataSeries(SheetChart)

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

Properties

SmoothedLine

Declaration
public bool SmoothedLine { get; set; }
Property Value
Type Description
System.Boolean

VaryColorsByPoint

Declaration
public bool VaryColorsByPoint { get; set; }
Property Value
Type Description
System.Boolean

YErrorBar

Declaration
public ErrorBar YErrorBar { get; set; }
Property Value
Type Description
ErrorBar
Back to top Generated by DocFX