DevExpress.Sparkline.v24.1.Core
Contains classes required for DevExpress sparklines.
The Area sparkline view.
Initializes a new instance of the class with the default settings.
Specifies the opacity (0-255) of the area sparkline.
A value from 0 (transparent) to 255 (opaque).
Copies all the settings from the object passed as the parameter.
A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown.
Gets the type of the sparkline view.
Always SparklineViewType.Area.
Invokes the Visit method of the specified visitor for the current object.
An object implementing the interface.
The Bar sparkline view.
Initializes a new instance of the class with the default settings.
Gets the type of the sparkline view.
Always SparklineViewType.Bar.
Invokes the Visit method of the specified visitor for the current object.
An object implementing the interface.
The base for Bar and WinLoss sparkline views.
Copies all the settings from the object passed as the parameter.
A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown.
Specifies the distance between two bars of a bar sparkline.
An integer value (in pixels).
Interface implementing the Visitor pattern.
Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.
An object for which the operation is performed.
Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.
An object for which the operation is performed.
Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.
An object for which the operation is performed.
Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.
An object for which the operation is performed.
The Line sparkline view.
Initializes a new instance of the class with the default settings.
Gets the actual color of a sparkline marker.
A value that is the actual marker color.
Copies all the settings from the object passed as the parameter.
A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown.
Gets or sets whether anti-aliasing (smoothing) is applied to the line view.
True to apply anti-aliasing to the line view; False to disable anti-aliasing.
Gets or sets the size of an end point’s marker.
An integer value specifying the marker size, in pixels.
Specifies the width of a line in a .
An integer value specifying the line width (in pixels).
Gets or sets the color to draw line markers.
A that defines the color to draw line markers.
Gets or sets the size of markers for data points in a line sparkline.
An integer value specifying the marker size, in pixels.
Gets or sets the marker size of a data point that has the maximum value among all data points.
An integer value specifying the marker size, in pixels.
Gets or sets the marker size of a data point that has the minimum value among all data points.
An integer value specifying the marker size, in pixels.
Gets or sets the marker size of all data points that have negative values (less than 0).
An integer value specifying the marker size, in pixels.
Sets size for all markers of a sparkline.
An integer value specifying the new size for sparkline markers (in pixels).
Gets or sets a value specifying the visibility of point markers on a sparkline.
true to show markers for each data point; false to hide them.
Gets or sets the size of a start point’s marker.
An integer value specifying the marker size, in pixels.
Gets the type of the sparkline view.
Always SparklineViewType.Line.
Invokes the Visit method of the specified visitor for the current object.
An object implementing the interface.
Represents a range to be used in DevExpress Sparkline controls.
Initializes a new instance of the class with the default settings.
Initializes a new instance of the class with the specified minimum and maximum limits.
A value, specifying the minimum limit. This value is assigned to the SparklineRange.Limit1 property.
A value, specifying the maximum limit. This value is assigned to the SparklineRange.Limit2 property.
Gets or sets a value indicating whether or not range limits should be calculated automatically.
true to calculate range limits automatically; false to use the SparklineRange.Limit1 and SparklineRange.Limit2 property values.
Gets or sets a value specifying the first limit of the range.
A value that specifies the first limit.
Gets or sets a value specifying the second limit of the range.
A value that specifies the second limit.
This event is hidden, because it is not appropriate for the class.
Returns the textual representation of the .
A value which is the textual representation of the .
The base class for sparkline views.
Gets the actual color of a sparkline.
A value that is the actual sparkline color.
Gets the actual color of a sparkline end point.
A value that is the actual point color.
Gets the actual color of a sparkline maximum point.
A value that is the actual point color.
Gets the actual color of a sparkline minimum point.
A value that is the actual point color.
Gets the actual color of sparkline negative points.
A value that is the actual point color.
Gets the actual color of a sparkline start point.
A value that is the actual point color.
Copies all the settings from the object passed as the parameter.
A object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown.
Gets or sets the color to draw a sparkline.
A that defines the color to draw a sparkline.
Creates a sparkline view of the specified type.
A enumeration value specifying the type of view to create.
A class descendant.
Gets or sets the color to draw the end point of a sparkline.
A that defines the color to draw the end point.
Gets or sets a value specifying whether or not to highlight the end point of a sparkline.
true, to highlight the end point; otherwise, false.
Gets or sets a value specifying whether or not to highlight a sparkline point that has the highest value among all points.
true, to highlight a point with the maximum value; otherwise, false.
Gets or sets a value specifying whether or not to highlight a sparkline point that has the lowest value among all points.
true, to highlight a point with the minimum value; otherwise, false.
Gets or sets the value that specifies whether to highlight the negative points of a sparkline.
true to highlight the negative points; otherwise, `false``.
Gets or sets a value specifying whether or not to highlight the start point of a sparkline.
true, to highlight the start point; otherwise, false.
Gets or sets the color to draw a sparkline point that has the highest value among all data points.
A that defines the color to draw a data point with the maximum value.
Gets or sets the color to draw a sparkline point that has the lowest value among all data points.
A that defines the color to draw a data point with the minimum value.
Gets or sets the color to draw sparkline points that have negative values (less than 0).
A that defines the color to draw data points with negative values.
Occurs when any property of the object has changed its value.
Gets or sets the color to draw the start point of a sparkline.
A that defines the color to draw the start point.
Returns a human-readable string that represents the object.
A value that represents the object.
Gets the type of the sparkline view.
A enumeration value specifying the view type.
Invokes the Visit method of the specified visitor for the current object.
An object implementing the interface.
Lists the values used to specify the available view types of a sparkline.
Sparkline data points are represented as area.
Sparkline data points are represented as bars.
Sparkline data points are represented as a line.
Sparkline data points are represented as win and loss squares.
The WinLoss sparkline view.
Initializes a new instance of the class with the default settings.
Gets the type of the sparkline view.
Always SparklineViewType.WinLoss.
Invokes the Visit method of the specified visitor for the current object.
An object implementing the interface.