IIgrSparklineProps
Properties
Section titled "Properties"Optional actualPixelScalingRatio
Section titled "actualPixelScalingRatio"Gets the actual scaling value used by the component to affect the pixel density of the control. A higher scaling ratio will produce crisper visuals at the expense of memory. Lower values will cause the control to appear blurry.
actualPixelScalingRatio?: string | number Optional brush
Section titled "brush"Gets or sets the sparkline brush.
brush?: string Optional children
Section titled "children"children?: ReactNode Optional dataSource
Section titled "dataSource"dataSource?: any Optional displayNormalRangeInFront
Section titled "displayNormalRangeInFront"Gets or sets the position of the normal range on the sparkline.
displayNormalRangeInFront?: string | boolean Optional displayType
Section titled "displayType"Gets or sets the display type of the sparkline.
displayType?: string | SparklineDisplayType Optional firstMarkerBrush
Section titled "firstMarkerBrush"Gets or sets the first marker brush of the sparkline.
firstMarkerBrush?: string Optional firstMarkerSize
Section titled "firstMarkerSize"Gets or sets the first marker size of the sparkline.
firstMarkerSize?: string | number Optional firstMarkerVisibility
Section titled "firstMarkerVisibility"Gets or sets the first marker visibility of the sparkline.
firstMarkerVisibility?: any Optional formatLabel
Section titled "formatLabel"Sets or gets a function which takes an object that produces a formatted label for displaying in the chart.
formatLabel?: object Optional height
Section titled "height"height?: string Optional highMarkerBrush
Section titled "highMarkerBrush"Gets or sets the high marker brush of the sparkline.
highMarkerBrush?: string Optional highMarkerSize
Section titled "highMarkerSize"Gets or sets the high marker size of the sparkline.
highMarkerSize?: string | number Optional highMarkerVisibility
Section titled "highMarkerVisibility"Gets or sets the high marker visibility of the sparkline.
highMarkerVisibility?: any Optional horizontalAxisBrush
Section titled "horizontalAxisBrush"Gets or sets the horizontal axis line brush of the sparkline.
horizontalAxisBrush?: string Optional horizontalAxisLabel
Section titled "horizontalAxisLabel"The value or content to display on the horizontal axis. This can be set to a formatted string, such as "{0}", or it can be set to a DataTemplate.
horizontalAxisLabel?: any Optional horizontalAxisVisibility
Section titled "horizontalAxisVisibility"Gets or sets the display state of the horizontal axis.
horizontalAxisVisibility?: any Optional horizontalLabelFormat
Section titled "horizontalLabelFormat"Gets or sets the label composite format used when creating label values.
horizontalLabelFormat?: string Optional horizontalLabelFormatSpecifiers
Section titled "horizontalLabelFormatSpecifiers"Gets or sets the format specifiers to use with the HorizontalLabelFormat string.
horizontalLabelFormatSpecifiers?: any[] Optional labelMemberPath
Section titled "labelMemberPath"String identifier of a column or property name to get labels from on each item in the data source. These labels will be retrieved from the first and last item, and displayed by the horizontal axis.
labelMemberPath?: string Optional lastMarkerBrush
Section titled "lastMarkerBrush"Gets or sets the last marker brush of the sparkline.
lastMarkerBrush?: string Optional lastMarkerSize
Section titled "lastMarkerSize"Gets or sets the last marker size of the sparkline.
lastMarkerSize?: string | number Optional lastMarkerVisibility
Section titled "lastMarkerVisibility"Gets or sets the last marker visibility of the sparkline.
lastMarkerVisibility?: any Optional lineThickness
Section titled "lineThickness"Gets or sets the line thickness of the sparkline.
lineThickness?: string | number Optional lowMarkerBrush
Section titled "lowMarkerBrush"Gets or sets the low marker brush of the sparkline.
lowMarkerBrush?: string Optional lowMarkerSize
Section titled "lowMarkerSize"Gets or sets the low marker size of the sparkline.
lowMarkerSize?: string | number Optional lowMarkerVisibility
Section titled "lowMarkerVisibility"Gets or sets the low marker visibility of the sparkline.
lowMarkerVisibility?: any Optional markerBrush
Section titled "markerBrush"Gets or sets the marker brush of the sparkline.
markerBrush?: string Optional markerSize
Section titled "markerSize"Gets or sets the marker size of the sparkline.
markerSize?: string | number Optional markerVisibility
Section titled "markerVisibility"Gets or sets the marker visibility of the sparkline.
markerVisibility?: any Optional maximum
Section titled "maximum"Gets or sets the maximum value of the y axis.
maximum?: string | number Optional minimum
Section titled "minimum"Gets or sets the minimum value of the y axis.
minimum?: string | number Optional negativeBrush
Section titled "negativeBrush"Gets or sets the negative brush of the sparkline.
negativeBrush?: string Optional negativeMarkerBrush
Section titled "negativeMarkerBrush"Gets or sets the negative marker brush of the sparkline.
negativeMarkerBrush?: string Optional negativeMarkerSize
Section titled "negativeMarkerSize"Gets or sets the negative marker size of the sparkline.
negativeMarkerSize?: string | number Optional negativeMarkerVisibility
Section titled "negativeMarkerVisibility"Gets or sets the negative marker visibility of the sparkline.
negativeMarkerVisibility?: any Optional normalRangeFill
Section titled "normalRangeFill"Gets or sets the normal range brush of the sparkline.
normalRangeFill?: string Optional normalRangeMaximum
Section titled "normalRangeMaximum"Gets or sets the maximum value of the normal range.
normalRangeMaximum?: string | number Optional normalRangeMinimum
Section titled "normalRangeMinimum"Gets or sets the minimum value of the normal range.
normalRangeMinimum?: string | number Optional normalRangeVisibility
Section titled "normalRangeVisibility"Gets or sets the normal range visibility of the sparkline.
normalRangeVisibility?: any Optional pixelScalingRatio
Section titled "pixelScalingRatio"Gets or sets the scaling value used to affect the pixel density of the control. A higher scaling ratio will produce crisper visuals at the expense of memory. Lower values will cause the control to appear blurry.
pixelScalingRatio?: string | number Optional tooltipTemplate
Section titled "tooltipTemplate"tooltipTemplate?: any Optional trendLineBrush
Section titled "trendLineBrush"Gets or sets the trendline brush of the sparkline.
trendLineBrush?: string Optional trendLinePeriod
Section titled "trendLinePeriod"Gets or sets the trendline period used by the sparkline.
trendLinePeriod?: string | number Optional trendLineThickness
Section titled "trendLineThickness"Gets or sets the thickness of the sparkline's trendline.
trendLineThickness?: string | number Optional trendLineType
Section titled "trendLineType"Gets or sets the type of trendline used by the sparkline.
trendLineType?: any Optional unknownValuePlotting
Section titled "unknownValuePlotting"Gets or sets the way null values are interpreted.
unknownValuePlotting?: any Optional valueMemberPath
Section titled "valueMemberPath"Gets or sets the string path to the value column.
valueMemberPath?: string Optional verticalAxisBrush
Section titled "verticalAxisBrush"Gets or sets the vertical axis line brush of the sparkline.
verticalAxisBrush?: string Optional verticalAxisLabel
Section titled "verticalAxisLabel"The value or content to display on the vertical axis. This can be set to a formatted string, such as "{0:n}", or it can be set to a DataTemplate.
verticalAxisLabel?: any Optional verticalAxisVisibility
Section titled "verticalAxisVisibility"Gets or sets the display state of the vertical axis.
verticalAxisVisibility?: any Optional verticalLabelFormat
Section titled "verticalLabelFormat"Gets or sets the label composite format used when creating label values.
verticalLabelFormat?: string Optional verticalLabelFormatSpecifiers
Section titled "verticalLabelFormatSpecifiers"Gets or sets the format specifiers to use with the VerticalLabelFormat string.
verticalLabelFormatSpecifiers?: any[] Optional width
Section titled "width"width?: string