WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartStackingColumnSegment - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartStackingColumnSegment

    Represents column chart type segment.

    Inheritance
    System.Object
    ChartSegment
    ChartColumnSegment
    ChartStackingColumnSegment
    Implements
    System.IDisposable
    Inherited Members
    ChartColumnSegment.LayerBrushProperty
    ChartColumnSegment.XProperty
    ChartColumnSegment.YProperty
    ChartColumnSegment.WidthProperty
    ChartColumnSegment.HeightProperty
    ChartColumnSegment.Update(IChartTransformer)
    ChartColumnSegment.Draw3DSegment(IChartTransformer)
    ChartColumnSegment.Dispose()
    ChartColumnSegment.X
    ChartColumnSegment.Y
    ChartColumnSegment.Width
    ChartColumnSegment.Height
    ChartColumnSegment.LayerBrush
    ChartSegment.CenterOfViewportPropertyKey
    ChartSegment.SeriesPropertyKey
    ChartSegment.zRange
    ChartSegment.ToolTipProperty
    ChartSegment.InteriorProperty
    ChartSegment.StrokeProperty
    ChartSegment.StrokeThicknessProperty
    ChartSegment.DefaultTemplatePropertyKey
    ChartSegment.HighlightedProperty
    ChartSegment.ItemProperty
    ChartSegment.SeriesProperty
    ChartSegment.IsSelectedProperty
    ChartSegment.CenterOfViewportProperty
    ChartSegment.GetCenterOfViewport(DependencyObject)
    ChartSegment.SetXRange(Double[])
    ChartSegment.SetYRange(Double[])
    ChartSegment.SetZRange(Double[])
    ChartSegment.SetPointsForAllSeries(ChartSeries, ChartAxis)
    ChartSegment.OnPropertyChanged(DependencyPropertyChangedEventArgs)
    ChartSegment.DisposeSegment()
    ChartSegment.IsSelected
    ChartSegment.Series
    ChartSegment.Item
    ChartSegment.Geometry3D
    ChartSegment.Geometry3DGroup
    ChartSegment.XDataMeasure
    ChartSegment.YDataMeasure
    ChartSegment.ZDataMeasure
    ChartSegment.CorrespondingPoints
    ChartSegment.ToolTip
    ChartSegment.Interior
    ChartSegment.Stroke
    ChartSegment.StrokeThickness
    ChartSegment.DefaultTemplate
    ChartSegment.Highlighted
    Namespace: Syncfusion.Windows.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public sealed class ChartStackingColumnSegment : ChartColumnSegment, IDisposable
    Remarks

    Class instance is created automatically by WPF Chart building system.

    Fields

    IsLowerProperty

    Identifies the IsLower dependency property.

    Declaration
    public static readonly DependencyProperty IsLowerProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    IsUpperProperty

    Identifies the IsUpper dependency property.

    Declaration
    public static readonly DependencyProperty IsUpperProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    IsLower

    Gets or sets a value indicating whether this segment is lower part of stack.

    Declaration
    public bool IsLower { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is lower; otherwise, false.

    IsUpper

    Gets or sets a value indicating whether this instance is upper part of stack.

    Declaration
    public bool IsUpper { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is upper; otherwise, false.

    Implements

    System.IDisposable

    See Also

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