menu

WinForms

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

    Show / Hide Table of Contents

    Class ChartTrendlinePanel

    Represents a canvas panel that update the children while changing trend line collection.

    Inheritance
    System.Object
    ChartTrendlinePanel
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public class ChartTrendlinePanel : Canvas

    Constructors

    ChartTrendlinePanel()

    Initializes a new instance of the ChartTrendlinePanel class.

    Declaration
    public ChartTrendlinePanel()

    Methods

    ArrangeOverride(Size)

    Provides the behavior for the Arrange pass of Silverlight layout. Classes can override this method to define their own Arrange pass behavior.

    Declaration
    protected override Size ArrangeOverride(Size finalSize)
    Parameters
    Type Name Description
    System.Windows.Size finalSize

    The final area within the parent that this object should use to arrange itself and its children.

    Returns
    Type Description
    System.Windows.Size

    The actual size that is used after the element is arranged in layout.

    See Also

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