[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Chart.ChartDataSetting

ChartDataSetting Class

Represents the data settings for SpreadChart.

Inheritance
ChartDataSetting
Namespace: FarPoint.Win.Spread.Chart
Assembly: FarPoint.Win.Spread.dll
Syntax
[TypeConverter(typeof(_agz))]
public class ChartDataSetting : INotifyPropertyChanged
<TypeConverter(GetType(_agz))>
Public Class ChartDataSetting
    Implements INotifyPropertyChanged

Constructors

Name Description
ChartDataSetting()

Initializes a new instance of the ChartDataSetting class.

ChartDataSetting(EmptyValueStyle, bool)

Initializes a new instance of the ChartDataSetting class.

ChartDataSetting(EmptyValueStyle, bool, bool)

Initializes a new instance of the ChartDataSetting class.

Properties

Name Description
EmptyValueStyle

Gets or sets the empty value style.

NotANumberAsZero

Gets or gets not number as zero.

ShowHiddenData

Gets or sets a value that indicates whether the chart displays all hidden data.

Methods

Name Description
OnPropertyChanged(PropertyChangedEventArgs)

Raises the PropertyChanged event.

OnPropertyChanging(PropertyChangingEventArgs)

Raises the PropertyChanging event.

Events

Name Description
PropertyChanged

Occurs when a property value changes.

PropertyChanging

Occurs when a property value is changing.