Property | Type | Description | |
---|---|---|---|
AxisOrientationProperty | |||
BarUnitProperty | |||
DisableAnimationsProperty | |||
FontFamilyProperty | |||
FontSizeProperty | |||
FontStretchProperty | |||
FontStyleProperty | |||
FontWeightProperty | |||
ForegroundProperty | |||
IsMergedProperty | |||
LabelFormatterProperty | |||
LabelsProperty | |||
LabelsRotationProperty | |||
MaxRangeProperty | |||
MaxValueProperty | |||
MinRangeProperty | |||
MinValueProperty | |||
PositionProperty | |||
SectionsProperty | |||
SeparatorProperty | |||
ShowLabelsProperty | |||
TitleProperty |
Property | Type | Description | |
---|---|---|---|
BindALine | Line | ||
BindATextBlock | System.Windows.Controls.TextBlock | ||
LabelsVisibilityChanged | void | ||
UpdateChart | PropertyChangedCallback |
Method | Description | |
---|---|---|
AsCoreElement ( |
Ases the core element.
|
|
Axis ( ) : System |
Initializes a new instance of Axis class
|
|
Clean ( ) : void |
Cleans this instance.
|
|
GetLabelSize ( ) : LiveCharts.Dtos.CoreSize |
Gets the size of the label.
|
|
GetTileTop ( ) : double |
Gets the tile top.
|
|
GetTitleLeft ( ) : double |
Gets the title left.
|
|
RenderSeparator ( SeparatorElementCore model, |
Renders the separator.
|
|
SetRange ( double min, double max ) : void |
Sets the range.
|
|
SetTitleLeft ( double value ) : void |
Sets the title left.
|
|
SetTitleTop ( double value ) : void |
Sets the title top.
|
|
UpdateTitle ( |
Updates the title.
|
Method | Description | |
---|---|---|
OnRangeChanged ( |
Raises the E:RangeChanged event.
|
Method | Description | |
---|---|---|
BindALine ( ) : Line | ||
BindATextBlock ( ) : System.Windows.Controls.TextBlock | ||
LabelsVisibilityChanged ( |
||
UpdateChart ( bool animate = false, bool updateNow = false ) : PropertyChangedCallback |
public AsCoreElement ( |
||
chart | The chart. | |
source | AxisOrientation | The source. |
return | AxisCore |
public GetLabelSize ( ) : LiveCharts.Dtos.CoreSize | ||
return | LiveCharts.Dtos.CoreSize |
protected OnRangeChanged ( |
||
e | The |
|
return | void |
public RenderSeparator ( SeparatorElementCore model, |
||
model | SeparatorElementCore | The model. |
chart | The chart. | |
return | void |
public SetRange ( double min, double max ) : void | ||
min | double | The minimum. |
max | double | The maximum. |
return | void |
public SetTitleLeft ( double value ) : void | ||
value | double | The value. |
return | void |
public SetTitleTop ( double value ) : void | ||
value | double | The value. |
return | void |
public UpdateTitle ( |
||
chart | The chart. | |
rotationAngle | double | The rotation angle. |
return | LiveCharts.Dtos.CoreSize |
public static DependencyProperty,System.Windows AxisOrientationProperty | ||
return |
public static DependencyProperty,System.Windows BarUnitProperty | ||
return |
public static DependencyProperty,System.Windows DisableAnimationsProperty | ||
return |
public static DependencyProperty,System.Windows FontFamilyProperty | ||
return |
public static DependencyProperty,System.Windows FontSizeProperty | ||
return |
public static DependencyProperty,System.Windows FontStretchProperty | ||
return |
public static DependencyProperty,System.Windows FontStyleProperty | ||
return |
public static DependencyProperty,System.Windows FontWeightProperty | ||
return |
public static DependencyProperty,System.Windows ForegroundProperty | ||
return |
public static DependencyProperty,System.Windows IsMergedProperty | ||
return |
public static DependencyProperty,System.Windows LabelFormatterProperty | ||
return |
public static DependencyProperty,System.Windows LabelsProperty | ||
return |
public static DependencyProperty,System.Windows LabelsRotationProperty | ||
return |
public static DependencyProperty,System.Windows MaxRangeProperty | ||
return |
public static DependencyProperty,System.Windows MaxValueProperty | ||
return |
public static DependencyProperty,System.Windows MinRangeProperty | ||
return |
public static DependencyProperty,System.Windows MinValueProperty | ||
return |
public static DependencyProperty,System.Windows PositionProperty | ||
return |
public static DependencyProperty,System.Windows SectionsProperty | ||
return |
public static DependencyProperty,System.Windows SeparatorProperty | ||
return |
public static DependencyProperty,System.Windows ShowLabelsProperty | ||
return |