Метод | Описание | |
---|---|---|
CalculateComponentsAndMargin ( ) : void |
Calculates the components and margin.
|
|
ClearZoom ( ) : void |
Clears the zoom.
|
|
Drag ( |
Drags the specified delta.
|
|
PlaceLegend ( |
Places the legend.
|
|
PrepareAxes ( ) : void |
Prepares the axes.
|
|
RunSpecializedChartComponents ( ) : void |
Runs the specialized chart components.
|
|
ZoomIn ( |
Zooms the in.
|
|
ZoomOut ( |
Zooms the out.
|
Метод | Описание | |
---|---|---|
ChartCore ( IChartView view, ChartUpdater updater ) : System |
Initializes a new instance of the ChartCore class.
|
|
StackPoints ( IEnumerable |
Stacks the points.
|
Метод | Описание | |
---|---|---|
ChartCore ( ) : System |
Initializes the ChartCore class.
|
public CalculateComponentsAndMargin ( ) : void | ||
Результат | void |
protected ChartCore ( IChartView view, ChartUpdater updater ) : System | ||
view | IChartView | The view. |
updater | ChartUpdater | The updater. |
Результат | System |
public Drag ( |
||
delta | The delta. | |
Результат | void |
public PlaceLegend ( |
||
drawMargin | The draw margin. | |
Результат |
public RunSpecializedChartComponents ( ) : void | ||
Результат | void |
protected StackPoints ( IEnumerable |
||
stackables | IEnumerable |
The stackables. |
stackAt | AxisOrientation | The stack at. |
stackIndex | int | Index of the stack. |
mode | StackMode | The mode. |
Результат | void |
public ZoomIn ( |
||
pivot | The pivot. | |
Результат | void |
public ZoomOut ( |
||
pivot | The pivot. | |
Результат | void |