Represents the base class for the pie chart.
Constructors
Section titled "Constructors"IgxPieChartBaseComponent
new IgxPieChartBaseComponent(): IgxPieChartBaseComponent Returns IgxPieChartBaseComponent
Properties
Section titled "Properties"ngAcceptInputType_actualBrushes
Section titled "ngAcceptInputType_actualBrushes"ngAcceptInputType_actualBrushes: string | string[] ngAcceptInputType_actualOutlines
Section titled "ngAcceptInputType_actualOutlines"ngAcceptInputType_actualOutlines: string | string[] ngAcceptInputType_actualPixelScalingRatio
Section titled "ngAcceptInputType_actualPixelScalingRatio"ngAcceptInputType_actualPixelScalingRatio: string | number ngAcceptInputType_allowSliceExplosion
Section titled "ngAcceptInputType_allowSliceExplosion"ngAcceptInputType_allowSliceExplosion: string | boolean ngAcceptInputType_allowSliceSelection
Section titled "ngAcceptInputType_allowSliceSelection"ngAcceptInputType_allowSliceSelection: string | boolean ngAcceptInputType_brushes
Section titled "ngAcceptInputType_brushes"ngAcceptInputType_brushes: string | string[] ngAcceptInputType_explodedRadius
Section titled "ngAcceptInputType_explodedRadius"ngAcceptInputType_explodedRadius: string | number ngAcceptInputType_explodedSlices
Section titled "ngAcceptInputType_explodedSlices"ngAcceptInputType_explodedSlices: string | IgxIndexCollection ngAcceptInputType_innerExtent
Section titled "ngAcceptInputType_innerExtent"ngAcceptInputType_innerExtent: string | number ngAcceptInputType_isDragInteractionEnabled
Section titled "ngAcceptInputType_isDragInteractionEnabled"ngAcceptInputType_isDragInteractionEnabled: string | boolean ngAcceptInputType_isSurfaceInteractionDisabled
Section titled "ngAcceptInputType_isSurfaceInteractionDisabled"ngAcceptInputType_isSurfaceInteractionDisabled: string | boolean ngAcceptInputType_labelExtent
Section titled "ngAcceptInputType_labelExtent"ngAcceptInputType_labelExtent: string | number ngAcceptInputType_labelFormatSpecifiers
Section titled "ngAcceptInputType_labelFormatSpecifiers"ngAcceptInputType_labelFormatSpecifiers: string | any[] ngAcceptInputType_labelsPosition
Section titled "ngAcceptInputType_labelsPosition"ngAcceptInputType_labelsPosition: string | LabelsPosition ngAcceptInputType_leaderLineMargin
Section titled "ngAcceptInputType_leaderLineMargin"ngAcceptInputType_leaderLineMargin: string | number ngAcceptInputType_leaderLineType
Section titled "ngAcceptInputType_leaderLineType"ngAcceptInputType_leaderLineType: string | LeaderLineType ngAcceptInputType_leaderLineVisibility
Section titled "ngAcceptInputType_leaderLineVisibility"ngAcceptInputType_leaderLineVisibility: any ngAcceptInputType_legendEmptyValuesMode
Section titled "ngAcceptInputType_legendEmptyValuesMode"ngAcceptInputType_legendEmptyValuesMode: any ngAcceptInputType_legendLabelFormatSpecifiers
Section titled "ngAcceptInputType_legendLabelFormatSpecifiers"ngAcceptInputType_legendLabelFormatSpecifiers: string | any[] ngAcceptInputType_legendOthersLabelFormatSpecifiers
Section titled "ngAcceptInputType_legendOthersLabelFormatSpecifiers"ngAcceptInputType_legendOthersLabelFormatSpecifiers: string | any[] ngAcceptInputType_othersCategoryOpacity
Section titled "ngAcceptInputType_othersCategoryOpacity"ngAcceptInputType_othersCategoryOpacity: string | number ngAcceptInputType_othersCategoryStrokeThickness
Section titled "ngAcceptInputType_othersCategoryStrokeThickness"ngAcceptInputType_othersCategoryStrokeThickness: string | number ngAcceptInputType_othersCategoryThreshold
Section titled "ngAcceptInputType_othersCategoryThreshold"ngAcceptInputType_othersCategoryThreshold: string | number ngAcceptInputType_othersCategoryType
Section titled "ngAcceptInputType_othersCategoryType"ngAcceptInputType_othersCategoryType: any ngAcceptInputType_othersLabelFormatSpecifiers
Section titled "ngAcceptInputType_othersLabelFormatSpecifiers"ngAcceptInputType_othersLabelFormatSpecifiers: string | any[] ngAcceptInputType_outlines
Section titled "ngAcceptInputType_outlines"ngAcceptInputType_outlines: string | string[] ngAcceptInputType_pixelScalingRatio
Section titled "ngAcceptInputType_pixelScalingRatio"ngAcceptInputType_pixelScalingRatio: string | number ngAcceptInputType_radiusFactor
Section titled "ngAcceptInputType_radiusFactor"ngAcceptInputType_radiusFactor: string | number ngAcceptInputType_selectedItems
Section titled "ngAcceptInputType_selectedItems"ngAcceptInputType_selectedItems: any ngAcceptInputType_selectedSliceOpacity
Section titled "ngAcceptInputType_selectedSliceOpacity"ngAcceptInputType_selectedSliceOpacity: string | number ngAcceptInputType_selectedSliceStrokeThickness
Section titled "ngAcceptInputType_selectedSliceStrokeThickness"ngAcceptInputType_selectedSliceStrokeThickness: string | number ngAcceptInputType_selectionMode
Section titled "ngAcceptInputType_selectionMode"ngAcceptInputType_selectionMode: string | SliceSelectionMode ngAcceptInputType_shouldDisplayMockData
Section titled "ngAcceptInputType_shouldDisplayMockData"ngAcceptInputType_shouldDisplayMockData: string | boolean ngAcceptInputType_shouldUseSkeletonStyleForMockData
Section titled "ngAcceptInputType_shouldUseSkeletonStyleForMockData"ngAcceptInputType_shouldUseSkeletonStyleForMockData: string | boolean ngAcceptInputType_startAngle
Section titled "ngAcceptInputType_startAngle"ngAcceptInputType_startAngle: string | number ngAcceptInputType_sweepDirection
Section titled "ngAcceptInputType_sweepDirection"ngAcceptInputType_sweepDirection: any ɵcmp: ɵɵComponentDeclaration<IgxPieChartBaseComponent, "ng-component", never, object, object, never, never, true, never> ɵfac: ɵɵFactoryDeclaration<IgxPieChartBaseComponent, never> Accessors
Section titled "Accessors"actualBrushes
Section titled "actualBrushes"Gets the actual palette of brushes to use for coloring the slices.
get actualBrushes(): string[]
Returns string[]
set actualBrushes(v: string[]): void Parameters
- v:
string[]
Returns void
actualLabelInnerColor
Section titled "actualLabelInnerColor"Gets the actual color for labels rendered inside of the pie chart.
get actualLabelInnerColor(): string
Returns string
set actualLabelInnerColor(v: string): void Parameters
- v:
string
Returns void
actualLabelOuterColor
Section titled "actualLabelOuterColor"Gets the actual color for labels rendered outside of the pie chart.
get actualLabelOuterColor(): string
Returns string
set actualLabelOuterColor(v: string): void Parameters
- v:
string
Returns void
actualLegendItemBadgeTemplate
Section titled "actualLegendItemBadgeTemplate"Gets the actual legend item badge template used by the pie chart.
get actualLegendItemBadgeTemplate(): IgDataTemplate
Returns IgDataTemplate
set actualLegendItemBadgeTemplate(v: IgDataTemplate): void Parameters
- v:
IgDataTemplate
Returns void
actualOutlines
Section titled "actualOutlines"Gets the actual palette of brushes to use for outlines on the slices.
get actualOutlines(): string[]
Returns string[]
set actualOutlines(v: string[]): void Parameters
- v:
string[]
Returns void
actualPixelScalingRatio
Section titled "actualPixelScalingRatio"Resolved pixel scaling ratio. Unless explicitly overridden by the PieChartBase.PixelScalingRatio property, this one returns the default ratio enforced by device. High resolution devices will initialize this property to a higher value.
get actualPixelScalingRatio(): number
Returns number
set actualPixelScalingRatio(v: number): void Parameters
- v:
number
Returns void
allowSliceExplosion
Section titled "allowSliceExplosion"Gets or sets whether the slices can be exploded.
get allowSliceExplosion(): boolean
Returns boolean
set allowSliceExplosion(v: boolean): void Parameters
- v:
boolean
Returns void
allowSliceSelection
Section titled "allowSliceSelection"Gets or sets whether the slices can be selected.
get allowSliceSelection(): boolean
Returns boolean
set allowSliceSelection(v: boolean): void Parameters
- v:
boolean
Returns void
brushes
Section titled "brushes"Gets or sets the palette of brushes to use for coloring the slices.
get brushes(): string[]
Returns string[]
set brushes(v: string[]): void Parameters
- v:
string[]
Returns void
explodedRadius
Section titled "explodedRadius"Determines how much the exploded slice is offset from the center. Value between 0 and 1.
get explodedRadius(): number
Returns number
set explodedRadius(v: number): void Parameters
- v:
number
Returns void
explodedSlices
Section titled "explodedSlices"Gets or sets the collection of exploded slice indices.
get explodedSlices(): IgxIndexCollection
Returns IgxIndexCollection
formatLabel
Section titled "formatLabel"Sets or gets a function which takes an object that produces a formatted label for displaying in the chart.
get formatLabel(): object
Returns object
set formatLabel(v: object): void Parameters
- v:
object
Returns void
formatLegendLabel
Section titled "formatLegendLabel"Sets or gets a function which takes an object that produces a formatted label for displaying in the chart's legend.
get formatLegendLabel(): object
Returns object
set formatLegendLabel(v: object): void Parameters
- v:
object
Returns void
innerExtent
Section titled "innerExtent"Gets or sets the amount of space between the center and the start of the arc. This property should be set between 0 and 1. If InnerExtent is set to a value greater than 1, it will be interpreted as a percentage, effectively divided by 100.
get innerExtent(): number
Returns number
set innerExtent(v: number): void Parameters
- v:
number
Returns void
isDragInteractionEnabled
Section titled "isDragInteractionEnabled"Gets or sets whether the pie chart will handle drag interaction and make them avaiilable in its events.
get isDragInteractionEnabled(): boolean
Returns boolean
set isDragInteractionEnabled(v: boolean): void Parameters
- v:
boolean
Returns void
isSurfaceInteractionDisabled
Section titled "isSurfaceInteractionDisabled"Gets or sets whether all surface interactions with the plot area should be disabled.
get isSurfaceInteractionDisabled(): boolean
Returns boolean
set isSurfaceInteractionDisabled(v: boolean): void Parameters
- v:
boolean
Returns void
labelClick
Section titled "labelClick"Raised when the slice's label is clicked.
get labelClick(): EventEmitter<object>
Returns EventEmitter<object>
labelExtent
Section titled "labelExtent"Gets or sets the pixel amount by which the labels are offset from the edge of the slices.
get labelExtent(): number
Returns number
set labelExtent(v: number): void Parameters
- v:
number
Returns void
labelFormat
Section titled "labelFormat"Gets or sets the label format string to use for the label.
get labelFormat(): string
Returns string
set labelFormat(v: string): void Parameters
- v:
string
Returns void
labelFormatSpecifiers
Section titled "labelFormatSpecifiers"Gets or sets the format specifiers to use with the LabelFormat string.
get labelFormatSpecifiers(): any[]
Returns any[]
set labelFormatSpecifiers(v: any[]): void Parameters
- v:
any[]
Returns void
labelInnerColor
Section titled "labelInnerColor"Gets or sets the color for labels rendered inside of the pie chart.
get labelInnerColor(): string
Returns string
set labelInnerColor(v: string): void Parameters
- v:
string
Returns void
labelMemberPath
Section titled "labelMemberPath"Gets or sets the property name that contains the labels.
get labelMemberPath(): string
Returns string
set labelMemberPath(v: string): void Parameters
- v:
string
Returns void
labelOuterColor
Section titled "labelOuterColor"Gets or sets the color for labels rendered outside of the pie chart.
get labelOuterColor(): string
Returns string
set labelOuterColor(v: string): void Parameters
- v:
string
Returns void
labelsPosition
Section titled "labelsPosition"Gets or sets the position of chart labels.
get labelsPosition(): LabelsPosition
Returns LabelsPosition
leaderLineMargin
Section titled "leaderLineMargin"Gets or sets the margin between a label and the end of its leader line. The default is 6 pixels.
get leaderLineMargin(): number
Returns number
set leaderLineMargin(v: number): void Parameters
- v:
number
Returns void
leaderLineType
Section titled "leaderLineType"Gets or sets what type of leader lines will be used for the outside end labels.
get leaderLineType(): LeaderLineType
Returns LeaderLineType
leaderLineVisibility
Section titled "leaderLineVisibility"Gets or sets whether the leader lines are visible.
get leaderLineVisibility(): Visibility
Returns Visibility
set leaderLineVisibility(v: Visibility): void Parameters
- v:
Visibility
Returns void
legendEmptyValuesMode
Section titled "legendEmptyValuesMode"Determines display mode for zero values in the legend. For example, handling zero values as valid slices and providing them with proper appearance settings.
get legendEmptyValuesMode(): LegendEmptyValuesMode
Returns LegendEmptyValuesMode
set legendEmptyValuesMode(v: LegendEmptyValuesMode): void Parameters
- v:
LegendEmptyValuesMode
Returns void
legendItemBadgeTemplate
Section titled "legendItemBadgeTemplate"Gets or sets the LegendItemBadgeTemplate property. The legend item badge is created according to the LegendItemBadgeTemplate on-demand by the chart object itself.
get legendItemBadgeTemplate(): IgDataTemplate
Returns IgDataTemplate
set legendItemBadgeTemplate(v: IgDataTemplate): void Parameters
- v:
IgDataTemplate
Returns void
legendItemTemplate
Section titled "legendItemTemplate"Gets or sets the LegendItemTemplate property. The legend item control content is created according to the LegendItemTemplate on-demand by the chart object itself.
get legendItemTemplate(): IgDataTemplate
Returns IgDataTemplate
set legendItemTemplate(v: IgDataTemplate): void Parameters
- v:
IgDataTemplate
Returns void
legendLabelFormat
Section titled "legendLabelFormat"Gets or sets the label format string to use for the label.
get legendLabelFormat(): string
Returns string
set legendLabelFormat(v: string): void Parameters
- v:
string
Returns void
legendLabelFormatSpecifiers
Section titled "legendLabelFormatSpecifiers"Gets or sets the format specifiers to use with the LegendLabelFormat string.
get legendLabelFormatSpecifiers(): any[]
Returns any[]
set legendLabelFormatSpecifiers(v: any[]): void Parameters
- v:
any[]
Returns void
legendLabelMemberPath
Section titled "legendLabelMemberPath"Gets or sets the property name that contains the legend labels.
get legendLabelMemberPath(): string
Returns string
set legendLabelMemberPath(v: string): void Parameters
- v:
string
Returns void
legendOthersLabelFormat
Section titled "legendOthersLabelFormat"Gets or sets the label format string to use for the label.
get legendOthersLabelFormat(): string
Returns string
set legendOthersLabelFormat(v: string): void Parameters
- v:
string
Returns void
legendOthersLabelFormatSpecifiers
Section titled "legendOthersLabelFormatSpecifiers"Gets or sets the format specifiers to use with the LegendOthersLabelFormat string.
get legendOthersLabelFormatSpecifiers(): any[]
Returns any[]
set legendOthersLabelFormatSpecifiers(v: any[]): void Parameters
- v:
any[]
Returns void
othersCategoryFill
Section titled "othersCategoryFill"Gets or sets the fill brush.
get othersCategoryFill(): string
Returns string
set othersCategoryFill(v: string): void Parameters
- v:
string
Returns void
othersCategoryOpacity
Section titled "othersCategoryOpacity"Gets or sets the opacity.
get othersCategoryOpacity(): number
Returns number
set othersCategoryOpacity(v: number): void Parameters
- v:
number
Returns void
othersCategoryStroke
Section titled "othersCategoryStroke"Gets or sets the stroke brush.
get othersCategoryStroke(): string
Returns string
set othersCategoryStroke(v: string): void Parameters
- v:
string
Returns void
othersCategoryStrokeThickness
Section titled "othersCategoryStrokeThickness"Gets or sets the stroke thickness.
get othersCategoryStrokeThickness(): number
Returns number
set othersCategoryStrokeThickness(v: number): void Parameters
- v:
number
Returns void
othersCategoryText
Section titled "othersCategoryText"Gets or sets the label of the Others slice.
get othersCategoryText(): string
Returns string
set othersCategoryText(v: string): void Parameters
- v:
string
Returns void
othersCategoryThreshold
Section titled "othersCategoryThreshold"Gets or sets the threshold value that determines if slices are grouped into the Others slice.
get othersCategoryThreshold(): number
Returns number
set othersCategoryThreshold(v: number): void Parameters
- v:
number
Returns void
othersCategoryType
Section titled "othersCategoryType"Gets or sets whether to use numeric or percent-based threshold value.
get othersCategoryType(): OthersCategoryType
Returns OthersCategoryType
set othersCategoryType(v: OthersCategoryType): void Parameters
- v:
OthersCategoryType
Returns void
othersLabelFormat
Section titled "othersLabelFormat"Gets or sets the label format string to use for the label.
get othersLabelFormat(): string
Returns string
set othersLabelFormat(v: string): void Parameters
- v:
string
Returns void
othersLabelFormatSpecifiers
Section titled "othersLabelFormatSpecifiers"Gets or sets the format specifiers to use with the OthersLabelFormat string.
get othersLabelFormatSpecifiers(): any[]
Returns any[]
set othersLabelFormatSpecifiers(v: any[]): void Parameters
- v:
any[]
Returns void
outlines
Section titled "outlines"Gets or sets the palette of brushes to use for outlines on the slices.
get outlines(): string[]
Returns string[]
set outlines(v: string[]): void Parameters
- v:
string[]
Returns void
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.
get pixelScalingRatio(): number
Returns number
set pixelScalingRatio(v: number): void Parameters
- v:
number
Returns void
radiusFactor
Section titled "radiusFactor"Gets or sets the scaling factor of the chart's radius. Value between 0 and 1.
get radiusFactor(): number
Returns number
set radiusFactor(v: number): void Parameters
- v:
number
Returns void
selectedItem
Section titled "selectedItem"Gets or sets the currently selected data item. If a different data item is provided the pie chart will select the slice associated with the new item.
get selectedItem(): any
Returns any
set selectedItem(v: any): void Parameters
- v:
any
Returns void
selectedItemChanged
Section titled "selectedItemChanged"Raised when the SelectedItem property has changed.
get selectedItemChanged(): EventEmitter<object>
Returns EventEmitter<object>
selectedItemChanging
Section titled "selectedItemChanging"Raised when the SelectedItem property is changing. This event is cancelable.
get selectedItemChanging(): EventEmitter<object>
Returns EventEmitter<object>
selectedItems
Section titled "selectedItems"Gets the currently selected data items. Adding or removing data items from this collection will select or deselect the slices associated with those items.
get selectedItems(): IgxObjectCollection
Returns IgxObjectCollection
set selectedItems(v: IgxObjectCollection): void Parameters
- v:
IgxObjectCollection
Returns void
selectedItemsChanged
Section titled "selectedItemsChanged"Raised when the SelectedItems collection has changed.
get selectedItemsChanged(): EventEmitter<object>
Returns EventEmitter<object>
selectedItemsChanging
Section titled "selectedItemsChanging"Raised when the SelectedItems collection is changing. This event is cancelable.
get selectedItemsChanging(): EventEmitter<object>
Returns EventEmitter<object>
selectedSliceFill
Section titled "selectedSliceFill"Gets or sets the fill brush.
get selectedSliceFill(): string
Returns string
set selectedSliceFill(v: string): void Parameters
- v:
string
Returns void
selectedSliceOpacity
Section titled "selectedSliceOpacity"Gets or sets the opacity.
get selectedSliceOpacity(): number
Returns number
set selectedSliceOpacity(v: number): void Parameters
- v:
number
Returns void
selectedSliceStroke
Section titled "selectedSliceStroke"Gets or sets the stroke brush.
get selectedSliceStroke(): string
Returns string
set selectedSliceStroke(v: string): void Parameters
- v:
string
Returns void
selectedSliceStrokeThickness
Section titled "selectedSliceStrokeThickness"Gets or sets the stroke thickness.
get selectedSliceStrokeThickness(): number
Returns number
set selectedSliceStrokeThickness(v: number): void Parameters
- v:
number
Returns void
selectionMode
Section titled "selectionMode"Gets or sets which mode to use for selecting slices.
get selectionMode(): SliceSelectionMode
Returns SliceSelectionMode
shouldDisplayMockData
Section titled "shouldDisplayMockData"Gets or sets whether the pie chart should display mock data when data isn't present.
get shouldDisplayMockData(): boolean
Returns boolean
set shouldDisplayMockData(v: boolean): void Parameters
- v:
boolean
Returns void
shouldUseSkeletonStyleForMockData
Section titled "shouldUseSkeletonStyleForMockData"Gets or sets whether the pie chart should use a skeleton style for mock data.
get shouldUseSkeletonStyleForMockData(): boolean
Returns boolean
set shouldUseSkeletonStyleForMockData(v: boolean): void Parameters
- v:
boolean
Returns void
sliceClick
Section titled "sliceClick"Raised when the slice is clicked.
get sliceClick(): EventEmitter<object>
Returns EventEmitter<object>
sliceEnter
Section titled "sliceEnter"Raised when a slice is entered by the pointer.
get sliceEnter(): EventEmitter<object>
Returns EventEmitter<object>
sliceHover
Section titled "sliceHover"Raised when a pointer moves over a slice.
get sliceHover(): EventEmitter<object>
Returns EventEmitter<object>
sliceLeave
Section titled "sliceLeave"Raised when a slice is left by the pointer;
get sliceLeave(): EventEmitter<object>
Returns EventEmitter<object>
startAngle
Section titled "startAngle"Gets or sets the starting angle of the chart. The default zero value is equivalent to 3 o'clock.
get startAngle(): number
Returns number
set startAngle(v: number): void Parameters
- v:
number
Returns void
sweepDirection
Section titled "sweepDirection"Gets or sets the rotational direction of the chart.
get sweepDirection(): SweepDirection
Returns SweepDirection
set sweepDirection(v: SweepDirection): void Parameters
- v:
SweepDirection
Returns void
textStyle
Section titled "textStyle"Manually overrides the style to use for the labels.
get textStyle(): string
Returns string
set textStyle(v: string): void Parameters
- v:
string
Returns void
toolTip
Section titled "toolTip"Gets or sets the ToolTip for the chart.
get toolTip(): any
Returns any
set toolTip(v: any): void Parameters
- v:
any
Returns void
valueMemberPath
Section titled "valueMemberPath"Gets or Sets the property name that contains the values.
get valueMemberPath(): string
Returns string
set valueMemberPath(v: string): void Parameters
- v:
string
Returns void
Methods
Section titled "Methods"destroy
Section titled "destroy"Invoked when the instance is being destroyed.
destroy(): void Returns void
ensureOthersCategoryStyle
Section titled "ensureOthersCategoryStyle"ensureOthersCategoryStyle(): void Returns void
ensureSelectedStyle
Section titled "ensureSelectedStyle"ensureSelectedStyle(): void Returns void
exportSerializedVisualData
Section titled "exportSerializedVisualData"Returns the chart visuals expressed as a serialized string.
exportSerializedVisualData(): string Returns string
findByName
Section titled "findByName"findByName(name: string): any Parameters
- name:
string
Returns any
flush
Section titled "flush"Use to force the pie chart to finish any deferred work before printing or evaluating its visual. This should only be called if the visual of the pie chart needs to be synchronously saved or evaluated. Calling this method too often will hinder the performance of the pie chart.
flush(): void Returns void
ngOnInit
Section titled "ngOnInit"ngOnInit(): void Returns void
notifyClearItems
Section titled "notifyClearItems"Manually notifies the pie chart's data source that the data it has bound to has been cleared and needs to be re-examined. This should not be called if the data that the pie chart is bound to is already observable.
notifyClearItems(source_: any): void Parameters
- source_:
any- The data source.
Returns void
notifyContainerResized
Section titled "notifyContainerResized"Notification from the containing object that the container has been resized.
notifyContainerResized(): void 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
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"Invoked by the containing object to provide reference to the container.
provideContainer(container: any): void Parameters
- container:
any- Reference to the container.
Returns void
removeWidgetLevelDataSource
Section titled "removeWidgetLevelDataSource"Resets items data source.
removeWidgetLevelDataSource(): void Returns void
setWidgetLevelDataSource
Section titled "setWidgetLevelDataSource"Assigns data source for the items.
setWidgetLevelDataSource(source_: any): void Parameters
- source_:
any- Array of the data source items.
Returns void
simulateLeftClick
Section titled "simulateLeftClick"Simulates a mouse click action at the specified point.
simulateLeftClick(point: IgPoint): void Parameters
- point:
IgPoint- The point to click at.
Returns void
styleUpdated
Section titled "styleUpdated"Invoked when style is updated.
styleUpdated(): void Returns void
_createFromInternal
Section titled "_createFromInternal"_createFromInternal(internal: any): IgxPieChartBaseComponent Parameters
- internal:
any