Interface IIgrStackedFragmentSeriesProps

Hierarchy

Hierarchy

  • IIgrStackedFragmentSeriesProps

Properties

Properties

actualAreaFillOpacity?: string | number

Gets the series ActualAreaFillOpacity. This property only applies for area-like series.

actualBrush?: string

Gets the actual brush used by the series.

actualDataLegendGroup?: string

Gets the label displayed before series value in the Data Legend.

actualHighlightedValuesDataLegendGroup?: string

Gets the label displayed before series value in the Data Legend.

actualHighlightedValuesDisplayMode?: string | SeriesHighlightedValuesDisplayMode

Gets the actual mode for displaying highlighted values.

actualHighlightingFadeOpacity?: string | number

Gets the actual target opacity to fade to for fade style highlighting.

actualIsDropShadowEnabled?: string | boolean

Gets whether drop shadow is actually enabled for this series.

actualIsSplineShapePartOfRange?: string | boolean

Gets whether the spline part is considered to be part of the range

actualIsTransitionInEnabled?: string | boolean

Gets the the resolved value of whether transition in is enabled.

actualLegendItemBadgeMode?: string | LegendItemBadgeMode

Gets the actual LegendItemBadgeMode of the series.

actualLegendItemBadgeShape?: string | LegendItemBadgeShape

Gets the actual LegendItemBadgeShape of the series.

actualLegendItemBadgeTemplate?: IgDataTemplate

Gets the actual legend item badge template used by the series.

actualLegendItemTemplate?: IgDataTemplate

Gets the actual legend item template used by the series.

actualLegendItemVisibility?: string | Visibility

Gets the actual visibility of the legend items in the series.

actualLineCap?: string | PenLineCap

Gets the actual end cap used by the series.

actualMarkerBrush?: string

Gets the actual marker brush of the series.

actualMarkerFillMode?: string | MarkerFillMode

Gets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.

actualMarkerFillOpacity?: string | number

Gets the actual opacity to use for hte marker fills.

actualMarkerOutline?: string

Gets the actual marker outline of the series.

actualMarkerOutlineMode?: string | MarkerOutlineMode

Gets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.

actualMarkerTemplate?: IgDataTemplate

Gets the actual marker template used by the series.

actualMarkerThickness?: string | number

Gets actual marker thickness of this stacked fragment.

actualMarkerType?: string | MarkerType

Gets the actual marker type set used in the series.

actualOpacity?: string | number

Gets the series opacity.

actualOutline?: string

Gets the series outline.

actualOutlineMode?: string | SeriesOutlineMode

Gets the actual outline mode to use for the fragment.

actualRadiusX?: string | number

Gets the actual corner radius of the series

actualRadiusY?: string | number

Gets the actual corner radius of the series

actualShadowBlur?: string | number

Gets the actual shadow blur used by the series.

actualShadowColor?: string

Gets actual the drop shadow color used by the series.

actualShadowOffsetX?: string | number

Gets the actual drop shadow x-offset applied to the series.

actualShadowOffsetY?: string | number

Gets the actual drop shadow y-offset applied to the series.

actualThickness?: string | number

Gets or sets the thickness of this stacked fragment.

actualTransitionDuration?: string | number

Gets the series transition duration.

actualTransitionEasingFunction?: ((time) => number)

Type declaration

    • (time): number
    • Gets the series transition easing function.

      Parameters

      • time: number

      Returns number

actualTransitionInDuration?: string | number

Gets the resolved transition in duration

actualTransitionInEasingFunction?: ((time) => number)

Type declaration

    • (time): number
    • Gets the series transition easing function.

      Parameters

      • time: number

      Returns number

actualTransitionInMode?: string | CategoryTransitionInMode

Gets the series transition easing function.

actualTransitionInSpeedType?: string | TransitionInSpeedType

Gets the series transition easing function.

actualUseSingleShadow?: string | boolean

Gets whether drop shadow is actually applied to the whole StackedFragmentSeries visual or to each of the individual shapes forming the StackedFragmentSeries.

actualValueMemberAsLegendLabel?: string

Gets the label displayed before series value in the Data Legend.

actualValueMemberAsLegendUnit?: string

Gets the unit displayed after series value in the Data Legend.

actualVisibility?: string | Visibility

Gets the actual visibility of the stacked fragment.

areaFillOpacity?: string | number

Gets or sets the AreaFillOpacity of the stacked fragment. This property only applies for area-like series.

brush?: string

Gets or sets the brush of the stacked fragment.

dashArray?: string | number[]

Gets or sets a collection of Double values that indicate the pattern of dashes and gaps that is used to outline the current series object.

dataLegendGroup?: string

Gets or sets a name used for grouping multiple fragment series in the Data Legend If not set, series will be grouped by series family, e.g. "Stacked Series"

dataSource?: any[]

Gets or sets the ItemsSource property for the current series object. Normally you will want to provide data to the parent series instead. But if you have data as individual columns, it can be assigned here. The data must be aligned and have the same number of items for each fragment.

highlightedDataSource?: any[]

Gets or sets the HighlightedItemsSource property for the current series object.

highlightedValuesDataLegendGroup?: string

Gets or sets a name used for grouping highlighted series in the Data Legend If not set, series will default to main series' HighlightedValuesDataLegendGroup, e.g. "Stacked Highlight"

highlightingFadeOpacity?: string | number

Gets or sets the target opacity to fade to for fade style highlighting.

isDropShadowEnabled?: string | boolean

Gets or sets whether drop shadow should be enabled for this series.

isSplineShapePartOfRange?: string | boolean

Gets or sets whether to include the spline shape in the axis range requested of the axis.

isTransitionInEnabled?: string | boolean

Gets or sets whether the series should transition into the plot area when a new data source is assigned. Note: Transitions are not currently supported for stacked series.

legendItemBadgeMode?: string | LegendItemBadgeMode

Gets or sets the mode of legend badge representing the current series in a legend. This property will be ignored when the LegendItemTemplate or LegendItemBadgeTemplate property is set on the series

legendItemBadgeShape?: string | LegendItemBadgeShape

Gets or sets the type of legend badge representing the current series in a legend. This property will be ignored when the LegendItemTemplate or LegendItemBadgeTemplate property is set on the series

legendItemBadgeTemplate?: IgDataTemplate

Gets or sets the LegendItemBadgeTemplate property. The legend item badge is created according to the LegendItemBadgeTemplate on-demand by the series object itself.

legendItemTemplate?: IgDataTemplate

Gets or sets the LegendItemTemplate property. The legend item control content is created according to the LegendItemTemplate on-demand by the series object itself.

legendItemVisibility?: string | Visibility

Gets or sets the legend item visibility for the current series object.

lineCap?: string | PenLineCap

The style of the end points of any lines or polylines representing this series. Not every series type has a line at which it would be appropriate to display an end cap, so this property does not affect every series type. LineSeries, for example, is affected by EndCap, but ColumnSeries is not.

markerBrush?: string

Gets or sets the brush that specifies how the current series object's marker interiors are painted.

markerFillMode?: string | MarkerFillMode

Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.

markerFillOpacity?: string | number

Gets or sets the opacity to use for the marker fills.

markerOutline?: string

Gets or sets the brush that specifies how the current series object's marker outlines are painted.

markerOutlineMode?: string | MarkerOutlineMode

Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.

markerTemplate?: IgDataTemplate

Gets or sets the MarkerTemplate for the current series object.

markerThickness?: string | number

Gets or sets the width of the current series object's marker thickness.

markerType?: string | MarkerType

Gets or sets the marker type for the current series object. If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.

name?: string

Gets or sets the Name of the stacked fragment.

opacity?: string | number

Gets or sets the Opacity of the stacked fragment.

outline?: string

Gets or sets the brush to use for the outline of the series. Some series types, such as LineSeries, do not display outlines. Therefore, this property does not affect some charts.

outlineMode?: string | SeriesOutlineMode

Gets or sets the outline mode to use for the fragment.

parentOrLocalBrush?: string

Gets the resolved brush used between the local series and the parent series.

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

Type declaration

radiusX?: string | number

Gets or sets the x-radius of the ellipse that is used to round the corners of the column. This only applies to Bar and Column series.

radiusY?: string | number

Gets or sets the y-radius of the ellipse that is used to round the corners of the column. This only applies to Bar and Column series.

shadowBlur?: string | number

Gets or sets the shadow blur. This property is ignored when StackedFragmentSeries.UseSingleShadow is set to true.

shadowColor?: string

Gets or sets the drop shadow color.

shadowOffsetX?: string | number

Gets or sets the drop shadow x-offset.

shadowOffsetY?: string | number

Gets or sets the drop shadow y-offset.

thickness?: string | number

Gets or sets the width of the current series object's line thickness.

title?: any

Gets or sets the Title property. The legend item control is created according to the Title on-demand by the series object itself.

transitionDuration?: string | number

Gets or sets the duration of the current series's morph.

transitionEasingFunction?: ((time) => number)

Type declaration

    • (time): number
    • Gets or sets the EasingFunction used to morph the current series.

      Parameters

      • time: number

      Returns number

transitionInDuration?: string | number

Gets or sets the duration of the current series's transition in morph.

transitionInEasingFunction?: ((time) => number)

Type declaration

    • (time): number
    • Gets or sets the EasingFunction used to morph the current series during the initial transition.

      Parameters

      • time: number

      Returns number

transitionInMode?: string | CategoryTransitionInMode

Gets or sets the method by which to animate the data into the chart when the chart data source is swapped. Note: Transitions are not currently supported for stacked series.

transitionInSpeedType?: string | TransitionInSpeedType

Gets or sets the duration of the current series's transition in morph.

useSingleShadow?: string | boolean

Gets or sets whether drop shadow is applied to the whole StackedFragmentSeries visual or to each of the individual shapes forming the StackedFragmentSeries. When this property is set to true, no StackedFragmentSeries.ShadowBlur is applied.

valueMemberAsLegendLabel?: string

Gets or sets the label displayed before series value in the Data Legend.

valueMemberAsLegendUnit?: string

Gets or sets the unit displayed after series value in the Data Legend.

valueMemberPath?: string

Gets or sets the value mapping property for the current series object.

visibility?: string | Visibility

Gets or sets the Visibility of the stacked fragment.