PercentOptions Members
Provides settings for presenting point values as percents.Constructors
| Name | Description |
|---|---|
| PercentOptions() | Initializes a new instance of the PercentOptions class with default settings. |
Fields
| Name | Description |
|---|---|
| PercentageAccuracyProperty static | Identifies the PercentOptions.PercentageAccuracy dependency property. |
| ValueAsPercentProperty static | Identifies the PercentOptions.ValueAsPercent dependency property. |
Properties
| Name | Description |
|---|---|
| PercentageAccuracy | Gets or sets the percentage accuracy, when the PercentOptions.ValueAsPercent property is enabled. |
| TypeNameSerializable | Gets the string value used to support serialization of the chart dependency object. Inherited from ChartDependencyObject. |
| ValueAsPercent | Gets or sets a value that specifies whether point values are represented as a percentage. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the ChartDependencyObject class properties has changed its value. Inherited from ChartDependencyObject. |
See Also