[]
Represents color options.
public class ChartVisualEffectsStyle.ColorOptions : ChartPropertyBagObject, INotifyPropertyChanged, IC1Serializable
Name | Description |
---|---|
ColorOptions(ChartVisualEffectsStyle) | Initializes a new instance of ChartVisualEffectsStyle.ColorOptions object. |
Name | Description |
---|---|
Brightness | Gets or sets the brightness adjustment from -100 to 100. |
HueShift | Gets or sets the color hue shift from 0 to 359. |
Saturation | Gets or sets the saturation adjustment from -100 to 100. |
Name | Description |
---|---|
ResetBrightness() | Resets the Brightness to default state. |
ResetHueShift() | Resets the HueShift to default state. |
ResetSaturation() | Resets the Saturation to default state. |
ShouldSerializeBrightness() | Returns false if Brightness is in default state. |
ShouldSerializeHueShift() | Returns false if HueShift is in default state. |
ShouldSerializeSaturation() | Returns false if Saturation is in default state. |