menu

UWP

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

    Show / Hide Table of Contents

    Class ChartTrendLineCollection

    A collection class which holds ChartTrendLine.

    Inheritance
    System.Object
    ChartTrendLineCollection
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public class ChartTrendLineCollection : ObservableCollection<Trendline>

    Constructors

    ChartTrendLineCollection()

    Called when instance created for ChartTrendLineCollection

    Declaration
    public ChartTrendLineCollection()

    Properties

    Item[String]

    return ChartTrendLine from the given string

    Declaration
    public TrendlineBase this[string name] { get; }
    Parameters
    Type Name Description
    System.String name
    Property Value
    Type
    TrendlineBase

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved