[]
Class that defines the appearance of the graph caption.
public sealed class BulletGraphCaption : INotifyPropertyChanged
Name | Description |
---|---|
Alignment | Get or sets a value that determines the alignment of caption relative to its layout rectangle. |
Height | Gets or sets the height of the caption. Use NaN value to auto width. |
Position | Gets or sets the position of the caption relative to the graph. |
Text | Get or sets the caption text. |
Width | Gets or sets the width of the caption. Use NaN value to auto width. |
Name | Description |
---|---|
PropertyChanged | Occurs when a property value changes. |