Arction.WinForms.Charting.Views.ViewXY Namespace |
| Class | Description | |
|---|---|---|
| AspectRatioOptions |
Aspect ratio options for ViewXY.
| |
| AutoLabelLocator |
Automatic titles placement.
| |
| AutoYFit |
Auto Y scale fit options class.
| |
| AxisLayout |
Axis layout.
| |
| BarViewOptions |
Bar view options.
| |
| BeforePanningXYEventArgs |
Represents a class that provides arguments for the BeforePanning event for XY view.
| |
| BeforeZoomingXYEventArgs |
Represents a class that provides arguments for the BeforeZooming event for XY view.
| |
| ErrorBarSettings |
Error bar settings.
| |
| LegendBoxXY |
LegendBox shows the series names and line/point styles in a box.
| |
| LineSeriesCursor |
Line series cursor allows tracking and evaluating line series values
| |
| MiniScale |
Miniscale represents a miniature axes equivalent. Miniscales can't be used with logarithmic scales.
| |
| PannedXYEventArgs |
Represents a class that provides arguments for the Panned event for XY view.
| |
| PersistentSeriesRenderingIntensityLayer |
Persistent series rendering intensity layer.
Like PersistentSeriesRenderingLayer, but with palette coloring by hit count.
| |
| PersistentSeriesRenderingLayer |
Persistent series rendering layer. Series can be rendered in a bitmap layer and the actual series freed.
Saves a lot of memory, CPU and GPU resources, especially when rendering hundreds or thousands of series.
The layer itself is rendered in the chart just before line series objects.
| |
| PersistentSeriesRenderingLayerBase |
Base class for persistent series rendering layers.
| |
| PositionChangedEventArgs |
Represents a class that provides arguments for the PositionChanged event.
| |
| RenderOptionsViewXY |
View rendering options.
| |
| SeriesTitleDeviceMovedEventArgs |
Represents a class that provides arguments for the SeriesTitleDeviceMoved event.
| |
| ThinBorderXY |
Border rendered around graph area
| |
| ViewXY |
XY graph view. Allows super-fast drawing of lines and bars.
| |
| YAxisGapChangedEventArgs |
Represents a class that provides arguments for the YAxisGapChangedEventArgs event.
| |
| YAxisSegment |
Y-axis segment.
| |
| ZoomedXYEventArgs |
Represents a class that provides arguments for the Zoomed event for XY view.
| |
| ZoomPanOptions |
Zoom, pan and auto-fitting options for ViewXY.
|
| Delegate | Description | |
|---|---|---|
| LegendBoxXYSeriesTitleMouseMoveOverOffEventHandler |
The delegate to use for handlers that receive the SeriesTitleMouseMoveOverOff event.
| |
| LegendBoxXYSeriesTitleMouseMoveOverOnEventHandler |
The delegate to use for handlers that receive the SeriesTitleMouseMoveOverOn event.
| |
| LineSeriesCursorPositionChangedEventHandler |
The delegate to use for handlers that receive the PositionChanged event.
| |
| ViewXYBeforePanningEventHandler |
The delegate to use for handlers that receive the BeforePanning event.
| |
| ViewXYBeforeZoomingEventHandler |
The delegate to use for handlers that receive the BeforeZooming event.
| |
| ViewXYPannedEventHandler |
The delegate to use for handlers that receive the Panned event.
| |
| ViewXYYAxisGapChangedEventHandler |
The delegate to use for handlers that receive the YAxisGapChanged event.
| |
| ViewXYZoomedEventHandler |
The delegate to use for handlers that receive the Zoomed event.
|