Constructors
Section titled "Constructors"IgrSparkline
new IgrSparkline(props: IIgrSparklineProps): IgrSparkline Returns IgrSparkline
Properties
Section titled "Properties"actualPixelScalingRatio
Section titled "actualPixelScalingRatio"actualPixelScalingRatio: number brush
Section titled "brush"brush: string dataSource
Section titled "dataSource"dataSource: any displayNormalRangeInFront
Section titled "displayNormalRangeInFront"displayNormalRangeInFront: boolean displayType
Section titled "displayType"displayType: SparklineDisplayType firstMarkerBrush
Section titled "firstMarkerBrush"firstMarkerBrush: string firstMarkerSize
Section titled "firstMarkerSize"firstMarkerSize: number firstMarkerVisibility
Section titled "firstMarkerVisibility"firstMarkerVisibility: Visibility formatLabel
Section titled "formatLabel"formatLabel: object height
Section titled "height"height: string highMarkerBrush
Section titled "highMarkerBrush"highMarkerBrush: string highMarkerSize
Section titled "highMarkerSize"highMarkerSize: number highMarkerVisibility
Section titled "highMarkerVisibility"highMarkerVisibility: Visibility horizontalAxisBrush
Section titled "horizontalAxisBrush"horizontalAxisBrush: string horizontalAxisLabel
Section titled "horizontalAxisLabel"horizontalAxisLabel: any horizontalAxisVisibility
Section titled "horizontalAxisVisibility"horizontalAxisVisibility: Visibility horizontalLabelFormat
Section titled "horizontalLabelFormat"horizontalLabelFormat: string horizontalLabelFormatSpecifiers
Section titled "horizontalLabelFormatSpecifiers"horizontalLabelFormatSpecifiers: any[] labelMemberPath
Section titled "labelMemberPath"labelMemberPath: string lastMarkerBrush
Section titled "lastMarkerBrush"lastMarkerBrush: string lastMarkerSize
Section titled "lastMarkerSize"lastMarkerSize: number lastMarkerVisibility
Section titled "lastMarkerVisibility"lastMarkerVisibility: Visibility lineThickness
Section titled "lineThickness"lineThickness: number lowMarkerBrush
Section titled "lowMarkerBrush"lowMarkerBrush: string lowMarkerSize
Section titled "lowMarkerSize"lowMarkerSize: number lowMarkerVisibility
Section titled "lowMarkerVisibility"lowMarkerVisibility: Visibility markerBrush
Section titled "markerBrush"markerBrush: string markerSize
Section titled "markerSize"markerSize: number markerVisibility
Section titled "markerVisibility"markerVisibility: Visibility maximum
Section titled "maximum"maximum: number minimum
Section titled "minimum"minimum: number negativeBrush
Section titled "negativeBrush"negativeBrush: string negativeMarkerBrush
Section titled "negativeMarkerBrush"negativeMarkerBrush: string negativeMarkerSize
Section titled "negativeMarkerSize"negativeMarkerSize: number negativeMarkerVisibility
Section titled "negativeMarkerVisibility"negativeMarkerVisibility: Visibility normalRangeFill
Section titled "normalRangeFill"normalRangeFill: string normalRangeMaximum
Section titled "normalRangeMaximum"normalRangeMaximum: number normalRangeMinimum
Section titled "normalRangeMinimum"normalRangeMinimum: number normalRangeVisibility
Section titled "normalRangeVisibility"normalRangeVisibility: Visibility pixelScalingRatio
Section titled "pixelScalingRatio"pixelScalingRatio: number tooltipTemplate
Section titled "tooltipTemplate"tooltipTemplate: any trendLineBrush
Section titled "trendLineBrush"trendLineBrush: string trendLinePeriod
Section titled "trendLinePeriod"trendLinePeriod: number trendLineThickness
Section titled "trendLineThickness"trendLineThickness: number trendLineType
Section titled "trendLineType"trendLineType: TrendLineType unknownValuePlotting
Section titled "unknownValuePlotting"unknownValuePlotting: UnknownValuePlotting valueMemberPath
Section titled "valueMemberPath"valueMemberPath: string verticalAxisBrush
Section titled "verticalAxisBrush"verticalAxisBrush: string verticalAxisLabel
Section titled "verticalAxisLabel"verticalAxisLabel: any verticalAxisVisibility
Section titled "verticalAxisVisibility"verticalAxisVisibility: Visibility verticalLabelFormat
Section titled "verticalLabelFormat"verticalLabelFormat: string verticalLabelFormatSpecifiers
Section titled "verticalLabelFormatSpecifiers"verticalLabelFormatSpecifiers: any[] width
Section titled "width"width: string Accessors
Section titled "Accessors"nativeElement
Section titled "nativeElement"get nativeElement(): HTMLElement Returns HTMLElement
Methods
Section titled "Methods"componentDidMount
Section titled "componentDidMount"componentDidMount(): void Returns void
componentWillUnmount
Section titled "componentWillUnmount"componentWillUnmount(): void Returns void
destroy
Section titled "destroy"destroy(): void Returns void
exportSerializedVisualData
Section titled "exportSerializedVisualData"Returns visuals as a serialized string.
exportSerializedVisualData(): string Returns string
exportVisualData
Section titled "exportVisualData"Returns the sparkline visuals expressed as a SparklineVisualData object.
exportVisualData(): SparklineVisualData Returns SparklineVisualData
findByName
Section titled "findByName"findByName(name: string): any Parameters
- name:
string
Returns any
initializeContent
Section titled "initializeContent"initializeContent(): void Returns void
notifyClearItems
Section titled "notifyClearItems"Used to manually notify the SparklineComponent that the data source has reset or cleared its items. Invoking this method is only necessary if that datasource is not observable.
notifyClearItems(source_: any): void Parameters
- source_:
any- The data source which was cleared or reset.
Returns void
notifyInsertItem
Section titled "notifyInsertItem"notifyInsertItem(source_: any, index: number, newItem: any): void Parameters
- source_:
any - index:
number - newItem:
any
Returns void
notifyRemoveItem
Section titled "notifyRemoveItem"notifyRemoveItem(source_: any, index: number, oldItem: any): void Parameters
- source_:
any - index:
number - oldItem:
any
Returns void
notifyResized
Section titled "notifyResized"Notify that the control has resized.
notifyResized(): void Returns void
notifySetItem
Section titled "notifySetItem"notifySetItem(source_: any, index: number, oldItem: any, newItem: any): void Parameters
- source_:
any - index:
number - oldItem:
any - newItem:
any
Returns void
provideContainer
Section titled "provideContainer"Provides a container to the sparkline control.
provideContainer(container: any): void Parameters
- container:
any- The container.
Returns void
render
Section titled "render"render(): DetailedReactHTMLElement<object, HTMLDivElement> Returns DetailedReactHTMLElement<object, HTMLDivElement>
shouldComponentUpdate
Section titled "shouldComponentUpdate"shouldComponentUpdate(nextProps: any, nextState: any): boolean Parameters
- nextProps:
any - nextState:
any
Returns boolean
_createFromInternal
Section titled "_createFromInternal"_createFromInternal(internal: any): IgrSparkline Parameters
- internal:
any