WinUI

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StackedColumnSeries - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class StackedColumnSeries

    Inheritance
    System.Object
    ChartSeriesBase
    ChartSeries
    DataMarkerSeries
    CartesianSeries
    XyDataSeries
    StackedSeriesBase
    StackedColumnSeries
    StackedColumn100Series
    Implements
    ISupportAxes
    ISegmentSelectable
    ISegmentSpacing
    Inherited Members
    StackedSeriesBase.GroupNameProperty
    StackedSeriesBase.GroupName
    XyDataSeries.YBindingPathProperty
    XyDataSeries.YBindingPath
    CartesianSeries.DataLabelSettingsProperty
    CartesianSeries.ShowTrackballInfoProperty
    CartesianSeries.XAxisNameProperty
    CartesianSeries.YAxisNameProperty
    CartesianSeries.OnApplyTemplate()
    CartesianSeries.DataLabelSettings
    CartesianSeries.XAxisName
    CartesianSeries.YAxisName
    CartesianSeries.ShowTrackballInfo
    CartesianSeries.ISupportAxes.ActualXAxis
    CartesianSeries.ISupportAxes.ActualYAxis
    CartesianSeries.ISupportAxes.XRange
    CartesianSeries.ISupportAxes.YRange
    DataMarkerSeries.ShowDataLabelsProperty
    DataMarkerSeries.ShowDataLabels
    ChartSeries.StrokeProperty
    ChartSeries.StrokeThicknessProperty
    ChartSeries.StrokeThickness
    ChartSeries.Chart
    ChartSeries.Stroke
    ChartSeriesBase.SpacingProperty
    ChartSeriesBase.TooltipTemplateProperty
    ChartSeriesBase.ShowTooltipProperty
    ChartSeriesBase.ListenPropertyChangeProperty
    ChartSeriesBase.IsSeriesVisibleProperty
    ChartSeriesBase.XBindingPathProperty
    ChartSeriesBase.ItemsSourceProperty
    ChartSeriesBase.TrackballLabelTemplateProperty
    ChartSeriesBase.FillProperty
    ChartSeriesBase.LabelProperty
    ChartSeriesBase.LegendIconProperty
    ChartSeriesBase.LegendIconTemplateProperty
    ChartSeriesBase.VisibilityOnLegendProperty
    ChartSeriesBase.EnableAnimationProperty
    ChartSeriesBase.AnimationDurationProperty
    ChartSeriesBase.PaletteBrushesProperty
    ChartSeriesBase.SuspendNotification()
    ChartSeriesBase.ResumeNotification()
    ChartSeriesBase.OnPointerPressed(PointerRoutedEventArgs)
    ChartSeriesBase.OnPointerMoved(PointerRoutedEventArgs)
    ChartSeriesBase.OnTapped(TappedRoutedEventArgs)
    ChartSeriesBase.OnPointerExited(PointerRoutedEventArgs)
    ChartSeriesBase.OnPointerReleased(PointerRoutedEventArgs)
    ChartSeriesBase.PaletteBrushes
    ChartSeriesBase.TooltipTemplate
    ChartSeriesBase.ShowTooltip
    ChartSeriesBase.ListenPropertyChange
    ChartSeriesBase.IsSeriesVisible
    ChartSeriesBase.ItemsSource
    ChartSeriesBase.TrackballLabelTemplate
    ChartSeriesBase.Fill
    ChartSeriesBase.Label
    ChartSeriesBase.LegendIcon
    ChartSeriesBase.LegendIconTemplate
    ChartSeriesBase.VisibilityOnLegend
    ChartSeriesBase.XBindingPath
    ChartSeriesBase.EnableAnimation
    ChartSeriesBase.AnimationDuration
    ChartSeriesBase.PropertyChanged
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.Chart.WinUI.dll
    Syntax
    public class StackedColumnSeries : StackedSeriesBase, ISupportAxes, ISegmentSelectable, ISegmentSpacing

    Constructors

    StackedColumnSeries()

    Declaration
    public StackedColumnSeries()

    Fields

    CustomTemplateProperty

    Identifies the CustomTemplate dependency property.

    Declaration
    public static readonly DependencyProperty CustomTemplateProperty
    Field Value
    Type Description
    Microsoft.UI.Xaml.DependencyProperty

    The identifier for CustomTemplate dependency property.

    SegmentSpacingProperty

    Identifies the SegmentSpacing dependency property.

    Declaration
    public static readonly DependencyProperty SegmentSpacingProperty
    Field Value
    Type Description
    Microsoft.UI.Xaml.DependencyProperty

    The identifier for SegmentSpacing dependency property.

    SelectionBehaviorProperty

    The DependencyProperty for SelectionBehavior property. .

    Declaration
    public static readonly DependencyProperty SelectionBehaviorProperty
    Field Value
    Type Description
    Microsoft.UI.Xaml.DependencyProperty

    Properties

    CustomTemplate

    Declaration
    public DataTemplate CustomTemplate { get; set; }
    Property Value
    Type Description
    Microsoft.UI.Xaml.DataTemplate

    SegmentSpacing

    Declaration
    public double SegmentSpacing { get; set; }
    Property Value
    Type Description
    System.Double

    SelectionBehavior

    Declaration
    public DataPointSelectionBehavior SelectionBehavior { get; set; }
    Property Value
    Type Description
    DataPointSelectionBehavior

    Explicit Interface Implementations

    ISegmentSpacing.CalculateSegmentSpacing(Double, Double, Double)

    Method used to calculate the segment spacing.

    Declaration
    double ISegmentSpacing.CalculateSegmentSpacing(double spacing, double Right, double Left)
    Parameters
    Type Name Description
    System.Double spacing

    Segment spacing value.

    System.Double Right

    Segment right value.

    System.Double Left

    Segment left value.

    Returns
    Type Description
    System.Double

    Returns the calculated segment space.

    Implements

    ISupportAxes
    ISegmentSelectable
    ISegmentSpacing
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved