Свойство | Type | Description | |
---|---|---|---|
FieldsProperty | |||
ItemsSourceProperty | |||
KeyToLabelDictionaryProperty |
Méthode | Description | |
---|---|---|
FormattedValue ( double value ) : string |
Returns a double value formatted to be displayed in axis or tooltip.
|
|
GenerateChart ( ) : void |
Generates the chart from the ItemsSource
|
|
GetColorByIndex ( int index ) : |
Returns a color by index
|
|
InvalidateChart ( ) : void |
Invalidates the chart
|
|
MeasureOverride ( |
Overrides MeasureOverride
|
|
OnApplyTemplate ( ) : void |
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call M:System.Windows.Controls.Control.ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in an application.
|
|
SetTooltip ( |
Set the tooltip of a data point
|
Méthode | Description | |
---|---|---|
BaseChart ( ) : System |
Initializes a new instance of the BaseChart class.
|
|
OnFieldsPropertyChanged ( |
||
OnItemsSourceChanged ( |
||
OnKeyToLabelDictionaryPropertyChanged ( |
||
SetItemsSource ( ) : void |
protected FormattedValue ( double value ) : string | ||
value | double | |
Résultat | string |
protected abstract GenerateChart ( ) : void | ||
Résultat | void |
protected GetColorByIndex ( int index ) : |
||
index | int | |
Résultat |
protected MeasureOverride ( |
||
availableSize | ||
Résultat |
protected SetTooltip ( |
||
element | ||
key | string | |
value | string | |
Résultat | void |
public static DependencyProperty,Windows.UI.Xaml FieldsProperty | ||
Résultat |
public static DependencyProperty,Windows.UI.Xaml ItemsSourceProperty | ||
Résultat |