SciChart.Charting Assembly : SciChart.Charting Namespace
SciChart.Charting Namespace
Classes
 ClassDescription
ClassEventArgs used when the ThemeManager.ThemeApplied event is raised
ClassProvides automatic themeing of SciChart.Charting.Visuals.SciChartSurface via the Theme property.
Allowable themes include:
  • BlackSteel
  • BrightSpark
  • Chrome
  • Electric
  • ExpressionDark
  • ExpressionLight
  • Oscilloscope
  • SciChartv4Dark
Class Helper class that allows configuring the VisualXccelerator Engine
Enumerations
 EnumerationDescription
EnumerationDefines constants for Pan or Zoom actions, used by SciChart.Charting.ChartModifiers.MouseWheelZoomModifier to specify required action
EnumerationDefines Enumeration Constants for modes of operation of the SciChart.Charting.ChartModifiers.YAxisDragModifier
Enumeration Defines constants for behavior of the ZoomPanModifier. - ClipMode.None means you can pan right off the edge of the data into uncharted space. - ClipMode.StretchAtExtents causes a zooming (stretch) action when you reach the edge of the data. - ClipAtExtents forces the panning operation to stop suddenly at the extents of the data - ClipAtMin forces the panning operation to stop suddenly at the minimum of the data, but expand at the maximum
EnumerationDefines constants for scientific or engineering notation on SciChart.Charting.Visuals.Axes.NumericAxis. For instance, using None gives default tick labels, whereas using Normalized gives a scientific notation with superscript
EnumerationDefines constants for X or Y direction, used by SciChart.Charting.Visuals.Axes.GridLinesPanel to specify creation of X or Y grid line
See Also