Interface IIgrStackedLineSeriesProps

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

Gets or sets the effective x-axis for this series.

xAxisName?: string

Gets or sets the name to use to resolve xAxis from markup.

Gets or sets the effective y-axis for this series.

yAxisName?: string

Gets or sets the name to use to resolve yAxis from markup.