Interface IIgrStackedSeriesBaseProps

Hierarchy

Hierarchy

Properties

autoGenerateSeries?: string | boolean

Gets or sets whether series should be automatically generated. Reqiures the use of GroupBy as the ItemsSource.

children?: ReactNode
name: string

Sets or gets a required unique name for the series.

reverseLegendOrder?: string | boolean

Gets or sets whether the order of the fragment series should be reversed in the legend.

seriesCreated?: ((s, e) => void)

Type declaration