Class LineChartSeries
A series for a DisplayLineChart
Assembly: MicroLayout.dll
View Source
public class LineChartSeries
Properties
ShowLines
Gets or sets whether lines are displayed between points
View Source
public bool ShowLines { get; set; }
LineColor
Gets or sets the color of lines between points
View Source
public Color LineColor { get; set; }
LineStroke
Gets or sets the width of lines between points
View Source
public int LineStroke { get; set; }
ShowPoints
Gets or sets whether markers are displayed for points
View Source
public bool ShowPoints { get; set; }
PointColor
Gets or sets the color of markers displayed for points
View Source
public Color PointColor { get; set; }
PointSize
Gets or sets the size of markers displayed for points
View Source
public int PointSize { get; set; }
Points
Gets or sets the points in the series
View Source
public LineSeriesPointCollection Points { get; set; }