WPF

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

    Show / Hide Table of Contents

    Class ChartAccumulationDistribution

    Class Definition for ChartAccumulationDistribution

    Inheritance
    System.Object
    ChartAccumulationDistribution
    Namespace: Syncfusion.Windows.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public class ChartAccumulationDistribution : DependencyObject

    Constructors

    ChartAccumulationDistribution(IChartData, ChartTechnicalIndicator)

    Contructor of ChartAccumulationDistribution class

    Declaration
    public ChartAccumulationDistribution(IChartData data, ChartTechnicalIndicator indic)
    Parameters
    Type Name Description
    IChartData data
    ChartTechnicalIndicator indic

    Fields

    SignalLineColorProperty

    Indicates the SignalLineInterior Dependency Property

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

    Methods

    GetSignalLineColor(DependencyObject)

    Gets the value of the SignalLineInterior dependency property.

    Declaration
    public static Brush GetSignalLineColor(DependencyObject obj)
    Parameters
    Type Name Description
    System.Windows.DependencyObject obj

    The DependencyObjectobj.

    Returns
    Type Description
    System.Windows.Media.Brush

    The SignalLineInterior brush

    SetSignalLineColor(DependencyObject, Brush)

    Sets the value of the SignalLineInterior dependency property.

    Declaration
    public static void SetSignalLineColor(DependencyObject obj, Brush value)
    Parameters
    Type Name Description
    System.Windows.DependencyObject obj

    The DependencyObject obj.

    System.Windows.Media.Brush value

    The value.

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