Skip to main content

TdxSparklineSeries Members

Stores appearance settings of a single sparkline chart.

Constructors

Name Description
Create(TCollection) Inherited from TCollectionItem.

Properties

Name Description
AreaOpacity Specifies the series area’s opacity.
Collection Inherited from TCollectionItem.
Color Specifies a series color.
DataBinding
DataIndex
DisplayName Inherited from TCollectionItem.
EndPointColor Specifies a color of the series chart end marker.
ID Inherited from TCollectionItem.
Index Inherited from TCollectionItem.
LineWidth Specifies the series chart line width, in pixels.
MarkerColor Specifies the color for all dot markers.
MarkerSize Specifies the diameter for all dot markers, in pixels.
MaxPointColor Specifies the color for the dot maker that stores the maximum value.
MinPointColor Specifies the color for the dot maker that stores the minimum value.
NegativePointColor Specifies the color for the dot marker that indicates the minimum negative value.
Owner
SeriesType Specifies the drawing style of the sparkline editor series.
StartPointColor Specifies a color of the series chart start marker.
ValueCount Returns the total number of values within the data controller.
Values Provides indexed access to series values.
Visible Specifies whether the series chart is visible.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetDisplayName Inherited from TCollectionItem.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
Release Inherited from TCollectionItem.
SetDisplayName(String) Inherited from TCollectionItem.
ToString Inherited from TObject.
See Also