Represents a DoughnutChartComponent base series.

IgrRingSeriesBase

new IgrRingSeriesBase(props: P): IgrRingSeriesBase

Returns IgrRingSeriesBase

brushes: string[]
dataSource: any[]
formatLabel: object
formatLegendLabel: object
isSurfaceInteractionDisabled: boolean
labelExtent: number
labelFormat: string
labelFormatSpecifiers: any[]
labelInnerColor: string
labelMemberPath: string
labelOuterColor: string
labelsPosition: LabelsPosition
leaderLineFill: string
leaderLineMargin: number
leaderLineOpacity: number
leaderLineStroke: string
leaderLineStrokeThickness: number
leaderLineType: LeaderLineType
leaderLineVisibility: Visibility
legend: any
legendLabelFormat: string
legendLabelFormatSpecifiers: any[]
legendLabelMemberPath: string
legendOthersLabelFormat: string
legendOthersLabelFormatSpecifiers: any[]
othersCategoryFill: string
othersCategoryOpacity: number
othersCategoryStroke: string
othersCategoryStrokeThickness: number
othersCategoryText: string
othersCategoryThreshold: number
othersCategoryType: OthersCategoryType
othersLabelFormat: string
othersLabelFormatSpecifiers: any[]
outlines: string[]
propertyUpdated: object
radiusFactor: number
selectedSliceFill: string
selectedSliceOpacity: number
selectedSliceStroke: string
selectedSliceStrokeThickness: number
showDefaultTooltip: boolean
startAngle: number
textStyle: string
tooltipContainerTemplate: any
tooltipTemplate: any
valueMemberPath: string
get i(): RingSeriesBase

Returns RingSeriesBase

bindData(): void

Returns void

componentDidMount(): void

Returns void

ensureLeaderLineStyle(): void

Returns void

ensureOthersCategoryStyle(): void

Returns void

ensureSelectedStyle(): void

Returns void

findByName(name: string): any

Parameters

  • name: string

Returns any

Called by the UI framework to provide a UI container for rendering this control.

provideContainer(container: any): void

Parameters

  • container: any
    • The UI container element.

Returns void

render(): any

Returns any

shouldComponentUpdate(nextProps: any, nextState: any): boolean

Parameters

  • nextProps: any
  • nextState: any

Returns boolean

sychronizeCollections(): void

Returns void

_createFromInternal(internal: any): IgrRingSeriesBase

Parameters

  • internal: any

Returns IgrRingSeriesBase