menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FastColumnPresenter - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FastColumnPresenter

    Class implementation for FastColumnPresenter

    Inheritance
    System.Object
    ChartFastSeriesPresenter
    FastColumnPresenter
    Inherited Members
    ChartFastSeriesPresenter.AffectRender
    ChartFastSeriesPresenter.DrawingPoints
    ChartFastSeriesPresenter.DrawingPointsProperty
    ChartFastSeriesPresenter.GetIndex(DependencyObject)
    ChartFastSeriesPresenter.GetPen(DependencyObject)
    ChartFastSeriesPresenter.GetVisualChild(Int32)
    ChartFastSeriesPresenter.IndexProperty
    ChartFastSeriesPresenter.Interior
    ChartFastSeriesPresenter.InteriorProperty
    ChartFastSeriesPresenter.OnDrawingPointsChanged(DependencyPropertyChangedEventArgs)
    ChartFastSeriesPresenter.PenProperty
    ChartFastSeriesPresenter.PointView
    ChartFastSeriesPresenter.SegmentInteriorList
    ChartFastSeriesPresenter.SegmentInteriorListProperty
    ChartFastSeriesPresenter.SetIndex(DependencyObject, Int32)
    ChartFastSeriesPresenter.SetPen(DependencyObject, Pen)
    ChartFastSeriesPresenter.Stroke
    ChartFastSeriesPresenter.StrokeProperty
    ChartFastSeriesPresenter.StrokeThickness
    ChartFastSeriesPresenter.StrokeThicknessProperty
    ChartFastSeriesPresenter.VisualChildrenCount
    ChartFastSeriesPresenter.VisualCollection
    Namespace: Syncfusion.Windows.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public class FastColumnPresenter : ChartFastSeriesPresenter

    Constructors

    FastColumnPresenter()

    Declaration
    public FastColumnPresenter()

    Fields

    PointsProperty

    Identifies the Points dependency property.

    Declaration
    public static readonly DependencyProperty PointsProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    SeriesProperty

    Identifies the Series dependency property.

    Declaration
    public static readonly DependencyProperty SeriesProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    Points

    Gets or Sets the PointsProperty

    Declaration
    public PointCollection Points { get; set; }
    Property Value
    Type
    System.Windows.Media.PointCollection

    Series

    Get or Set SeriesProperty

    Declaration
    public ChartSeries Series { get; set; }
    Property Value
    Type
    ChartSeries

    Methods

    OnRender(DrawingContext)

    When overridden in a derived class, participates in rendering operations that are directed by the layout system. The rendering instructions for this element are not used directly when this method is invoked, and are instead preserved for later asynchronous use by layout and drawing.

    Declaration
    protected override void OnRender(DrawingContext drawingContext)
    Parameters
    Type Name Description
    System.Windows.Media.DrawingContext drawingContext

    The drawing instructions for a specific element. This context is provided to the layout system.

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