Skip to main content

Class LineChartSeries

A series for a DisplayLineChart

Assembly: MicroLayout.dll
View Source
Declaration
public class LineChartSeries

Properties

ShowLines

Gets or sets whether lines are displayed between points

View Source
Declaration
public bool ShowLines { get; set; }

LineColor

Gets or sets the color of lines between points

View Source
Declaration
public Color LineColor { get; set; }

LineStroke

Gets or sets the width of lines between points

View Source
Declaration
public int LineStroke { get; set; }

ShowPoints

Gets or sets whether markers are displayed for points

View Source
Declaration
public bool ShowPoints { get; set; }

PointColor

Gets or sets the color of markers displayed for points

View Source
Declaration
public Color PointColor { get; set; }

PointSize

Gets or sets the size of markers displayed for points

View Source
Declaration
public int PointSize { get; set; }

Points

Gets or sets the points in the series

View Source
Declaration
public LineSeriesPointCollection Points { get; set; }