Method | Description | |
---|---|---|
FromPlotArea ( double value, AxisOrientation source, |
Converts from chart control size to chart values.
|
|
GetTooltipData ( LiveCharts.ChartPoint senderPoint, |
Returns data in the chart according to:
|
|
GetUnitWidth ( AxisOrientation source, |
Gets the width of a unit in the chart
|
|
GetUnitWidth ( AxisOrientation source, |
Gets the width of a unit in the chart
|
|
ToDrawMargin ( LiveCharts.ChartPoint point, int axisXIndex, int axisYIndex, |
Converts from chart values to chart draw margin size.
|
|
ToDrawMargin ( double value, AxisOrientation source, |
Converts from chart values to chart draw margin size.
|
|
ToDrawMargin ( double value, AxisOrientation source, |
Converts from chart values to chart draw margin size.
|
|
ToPlotArea ( double value, AxisOrientation source, |
Converts from chart values to chart control size.
|
|
ToPlotArea ( double value, AxisOrientation source, |
Converts from chart values to chart control size.
|
public static FromPlotArea ( double value, AxisOrientation source, |
||
value | double | value to scale |
source | AxisOrientation | axis orientation to scale value at |
chart | chart model to scale value at | |
axis | int | axis index in collection of chart.axis |
return | double |
public static GetTooltipData ( LiveCharts.ChartPoint senderPoint, |
||
senderPoint | LiveCharts.ChartPoint | point that was hovered |
chart | chart model to get the data from | |
selectionMode | TooltipSelectionMode | selection mode |
return |
public static GetUnitWidth ( AxisOrientation source, |
||
source | AxisOrientation | axis orientation |
chart | chart model to get the scale at | |
axis | axis instance | |
return | double |
public static GetUnitWidth ( AxisOrientation source, |
||
source | AxisOrientation | axis orientation |
chart | chart model to get the scale at | |
axis | int | axis index in the axes collection |
return | double |
public static ToDrawMargin ( LiveCharts.ChartPoint point, int axisXIndex, int axisYIndex, |
||
point | LiveCharts.ChartPoint | point to scale |
axisXIndex | int | axis orientation |
axisYIndex | int | axis instance to scale the value at |
chart | chart model to scale the value at | |
return | CorePoint |
public static ToDrawMargin ( double value, AxisOrientation source, |
||
value | double | value to scale |
source | AxisOrientation | axis orientation |
chart | chart model to scale the value at | |
axis | axis instance to scale the value at | |
return | double |
public static ToDrawMargin ( double value, AxisOrientation source, |
||
value | double | value to scale |
source | AxisOrientation | axis orientation |
chart | chart model to scale the value at | |
axis | int | axis instance to scale the value at |
return | double |
public static ToPlotArea ( double value, AxisOrientation source, |
||
value | double | value to scale |
source | AxisOrientation | axis orientation to scale value at |
chart | chart model to scale value at | |
axis | axis model instance | |
return | double |
public static ToPlotArea ( double value, AxisOrientation source, |
||
value | double | value to scale |
source | AxisOrientation | axis orientation to scale value at |
chart | chart model to scale value at | |
axis | int | axis index in collection of chart.axis |
return | double |