Skip to main content
A newer version of this page is available. .

LineSparklineView Members

The Line sparkline view.

Constructors

Name Description
LineSparklineView() Initializes a new instance of the LineSparklineView class with the default settings.

Properties

Name Description
ActualColor Gets the actual color of a sparkline. Inherited from SparklineViewBase.
ActualEndPointColor Gets the actual color of a sparkline end point. Inherited from SparklineViewBase.
ActualEndPointMarkerSize
ActualLineWidth
ActualMarkerColor Gets the actual color of a sparkline marker.
ActualMarkerSize
ActualMaxPointColor Gets the actual color of a sparkline maximum point. Inherited from SparklineViewBase.
ActualMaxPointMarkerSize
ActualMinPointColor Gets the actual color of a sparkline minimum point. Inherited from SparklineViewBase.
ActualMinPointMarkerSize
ActualNegativePointColor Gets the actual color of sparkline negative points. Inherited from SparklineViewBase.
ActualNegativePointMarkerSize
ActualStartPointColor Gets the actual color of a sparkline start point. Inherited from SparklineViewBase.
ActualStartPointMarkerSize
Color Gets or sets the color to draw a sparkline. Inherited from SparklineViewBase.
EnableAntialiasing Gets or sets whether anti-aliasing (smoothing) is applied to the line view.
EndPointColor Gets or sets the color to draw the end point of a sparkline. Inherited from SparklineViewBase.
EndPointMarkerSize Gets or sets the size of an end point’s marker.
HighlightEndPoint Gets or sets a value specifying whether or not to highlight the end point of a sparkline. Inherited from SparklineViewBase.
HighlightMaxPoint Gets or sets a value specifying whether or not to highlight a sparkline point that has the highest value among all points. Inherited from SparklineViewBase.
HighlightMinPoint Gets or sets a value specifying whether or not to highlight a sparkline point that has the lowest value among all points. Inherited from SparklineViewBase.
HighlightNegativePoints Inherited from SparklineViewBase.
HighlightStartPoint Gets or sets a value specifying whether or not to highlight the start point of a sparkline. Inherited from SparklineViewBase.
LineWidth Specifies the width of a line in a LineSparklineView.
MarkerColor Gets or sets the color to draw line markers.
MarkerSize Gets or sets the size of markers for data points in a line sparkline.
MaxPointColor Gets or sets the color to draw a sparkline point that has the highest value among all data points. Inherited from SparklineViewBase.
MaxPointMarkerSize Gets or sets the marker size of a data point that has the maximum value among all data points.
MinPointColor Gets or sets the color to draw a sparkline point that has the lowest value among all data points. Inherited from SparklineViewBase.
MinPointMarkerSize Gets or sets the marker size of a data point that has the minimum value among all data points.
NegativePointColor Gets or sets the color to draw sparkline points that have negative values (less than 0). Inherited from SparklineViewBase.
NegativePointMarkerSize Gets or sets the marker size of all data points that have negative values (less than 0).
ScaleFactor
ShowMarkers Gets or sets a value specifying the visibility of point markers on a sparkline.
StartPointColor Gets or sets the color to draw the start point of a sparkline. Inherited from SparklineViewBase.
StartPointMarkerSize Gets or sets the size of a start point’s marker.
Type Gets the type of the sparkline view.

Methods

Name Description
Assign(SparklineViewBase) Copies all the settings from the LineSparklineView object passed as the parameter.
CreateView(SparklineViewType) static Creates a sparkline view of the specified type. Inherited from SparklineViewBase.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SetSizeForAllMarkers(Int32) Sets size for all markers of a sparkline.
ToString() Returns a human-readable string that represents the SparklineViewBase object. Inherited from SparklineViewBase.
Visit(ISparklineViewVisitor) Invokes the Visit method of the specified visitor for the current LineSparklineView object.

Events

Name Description
PropertiesChanged Occurs when any property of the SparklineViewBase object has changed its value. Inherited from SparklineViewBase.
See Also