Skip to main content

SparklineViewBase Members

The base class for sparkline views.

Properties

Name Description
ActualColor Gets the actual color of a sparkline.
ActualEndPointColor Gets the actual color of a sparkline end point.
ActualMaxPointColor Gets the actual color of a sparkline maximum point.
ActualMinPointColor Gets the actual color of a sparkline minimum point.
ActualNegativePointColor Gets the actual color of sparkline negative points.
ActualStartPointColor Gets the actual color of a sparkline start point.
Color Gets or sets the color to draw a sparkline.
EndPointColor Gets or sets the color to draw the end point of a sparkline.
HighlightEndPoint Gets or sets a value specifying whether or not to highlight the end point of a sparkline.
HighlightMaxPoint Gets or sets a value specifying whether or not to highlight a sparkline point that has the highest value among all points.
HighlightMinPoint Gets or sets a value specifying whether or not to highlight a sparkline point that has the lowest value among all points.
HighlightNegativePoints Gets or sets the value that specifies whether to highlight the negative points of a sparkline.
HighlightStartPoint Gets or sets a value specifying whether or not to highlight the start point of a sparkline.
MaxPointColor Gets or sets the color to draw a sparkline point that has the highest 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.
NegativePointColor Gets or sets the color to draw sparkline points that have negative values (less than 0).
StartPointColor Gets or sets the color to draw the start point of a sparkline.
Type Gets the type of the sparkline view.

Methods

Name Description
Assign(SparklineViewBase) Copies all the settings from the SparklineViewBase object passed as the parameter.
CreateView(SparklineViewType) static Creates a sparkline view of the specified type.
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.
ToString() Returns a human-readable string that represents the SparklineViewBase object.
Visit(ISparklineViewVisitor) Invokes the Visit method of the specified visitor for the current SparklineViewBase object.

Events

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