[]
        
(Showing Draft Content)

C1.WinUI.Chart.NormalCurve

NormalCurve Class

Represents a histogram Normal Curve.

Inheritance
NormalCurve
Implements
INormalCurve
IStyleProvider
Namespace: C1.WinUI.Chart
Assembly: C1.WinUI.Chart.dll
Syntax
public class NormalCurve : DependencyObject, INormalCurve, IStyleProvider, INotifyPropertyChanged
Public Class NormalCurve
    Inherits DependencyObject
    Implements INormalCurve, IStyleProvider, INotifyPropertyChanged

Constructors

Name Description
NormalCurve()

Fields

Name Description
LineStyleProperty

Identifies the LineStyle dependency property.

VisibleProperty

Identifies the Visible dependency property.

Properties

Name Description
LineStyle

Gets or sets the LineStyle property.

Visible

Gets or sets the visible of Normal Curve

Events

Name Description
PropertyChanged

Fires when property was changed.