[]
Represents the data settings for SpreadChart.
[TypeConverter(typeof(_agz))]
public class ChartDataSetting : INotifyPropertyChanged
<TypeConverter(GetType(_agz))>
Public Class ChartDataSetting
Implements INotifyPropertyChanged
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. |
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. |
Name | Description |
---|---|
OnPropertyChanged(PropertyChangedEventArgs) | Raises the PropertyChanged event. |
OnPropertyChanging(PropertyChangingEventArgs) | Raises the PropertyChanging event. |
Name | Description |
---|---|
PropertyChanged | Occurs when a property value changes. |
PropertyChanging | Occurs when a property value is changing. |