# C1.WPF.C1Chart

## Content

<div class="doc-site-dotnet-api-container">

  <h1 id="C1_WPF_C1Chart" data-uid="C1.WPF.C1Chart" class="text-break">C1.WPF.C1Chart Namespace
</h1>
  <div class="markdown level0 summary"></div>
  <div class="markdown level0 conceptual"></div>
  <div class="markdown level0 remarks"></div>
    <h3 id="classes">
Classes
</h3>
      <h4><a class="xref" href="C1.WPF.C1Chart.Action.html">Action</a></h4>
      <section><p>Represents the action object that supports interactive chart actions such as rotating, scaling, translation and zooming.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.ActionCollection.html">ActionCollection</a></h4>
      <section><p>Represents a collection of Action objects that describe
the interactive behavior of a <a class="xref" href="C1.WPF.C1Chart.C1Chart.html">C1Chart</a> at runtime.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.AnnoCreatedEventArgs.html">AnnoCreatedEventArgs</a></h4>
      <section><p>Provides data for a Axis.AnnoCreated event.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.Area.html">Area</a></h4>
      <section><p>Represents the area plot element that fills the area between data point and base line.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.AreaShape3D.html">AreaShape3D</a></h4>
      <section><p>Represents 3D area shape.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.Axis.html">Axis</a></h4>
      <section><p>Represents the class for Axis object. The axes appear on the plot area of the chart.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.AxisCollection.html">AxisCollection</a></h4>
      <section><p>Represents collection of axes.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.AxisPoint.html">AxisPoint</a></h4>
      <section><p>Represents the point on the axis.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.AxisRangeChangedEventArgs.html">AxisRangeChangedEventArgs</a></h4>
      <section><p>Provides the data for AxisRangeChanged event.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.AxisScrollBar.html">AxisScrollBar</a></h4>
      <section><p>Represents axis scroll bar control.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.Bar.html">Bar</a></h4>
      <section><p>Represents bar plot element.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.Bar3D.html">Bar3D</a></h4>
      <section><p>Represents 3D bar.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.BarColumnOptions.html">BarColumnOptions</a></h4>
      <section><p>Bar/column chart options.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.BarShape3D.html">BarShape3D</a></h4>
      <section><p>Represents bar 3D shape.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.BasePieRenderer.html">BasePieRenderer</a></h4>
      <section><p>Base class for pie renderers.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.BaseRenderer.html">BaseRenderer</a></h4>
      <section><p>Represents base renderer class. The renderer class performs data visualization.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.BaseRenderer3D.html">BaseRenderer3D</a></h4>
      <section><p>Base chart for 3D renderers.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.BoxSymbol.html">BoxSymbol</a></h4>
      <section><p>Represents box symbol.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.BubbleOptions.html">BubbleOptions</a></h4>
      <section><p>Bubble chart options.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.BubbleSeries.html">BubbleSeries</a></h4>
      <section><p>BubbleSeries can contains values that specify size of the symbol
for each data point. Use BubbleSeries to create bubble charts.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.C1Chart.html">C1Chart</a></h4>
      <section><p>Represents a C1Chart control.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.C1ChartLegend.html">C1ChartLegend</a></h4>
      <section><p>Represents the chart legend.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.ChartBindings.html">ChartBindings</a></h4>
      <section><p>Specifies various data bindings for chart.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.ChartData.html">ChartData</a></h4>
      <section><p>Main class of data handling, contains collection of data series.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.ChartPanel.html">ChartPanel</a></h4>
      <section><p>Defines panel that contains UIElement attached to the data coordinates.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.ChartPanelObject.html">ChartPanelObject</a></h4>
      <section><p>Defines element of chart panel.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.ChartPanelObjectCollection.html">ChartPanelObjectCollection</a></h4>
      <section><p>Defines collection of chart panel objects.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.ChartTypeConverter.html">ChartTypeConverter</a></h4>
      <section></section>
      <h4><a class="xref" href="C1.WPF.C1Chart.ChartView.html">ChartView</a></h4>
      <section><p>Represents class view object that contains all visual plot elements:
axes, visualized data.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.Converters.html">Converters</a></h4>
      <section><p>Contains static instances of built-in converters.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.Cylinder3D.html">Cylinder3D</a></h4>
      <section><p>Cylindric 3D element.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.CylindricShape3D.html">CylindricShape3D</a></h4>
      <section><p>Represents the cylinder shape used for the 3D chart.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.DataPoint.html">DataPoint</a></h4>
      <section><p>Represent the single data point that may have several data values.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.DataPointConverter.html">DataPointConverter</a></h4>
      <section><p>Performs conversion from DataPoint to string based on the specified
format string.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.DataSeries.html">DataSeries</a></h4>
      <section><p>Represents data series which contains a group of data values.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.DataSeriesCollection.html">DataSeriesCollection</a></h4>
      <section><p>Represents collection of data series.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.DotSymbol.html">DotSymbol</a></h4>
      <section><p>Represents dot symbol.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.Extensions.html">Extensions</a></h4>
      <section><p>Class that provides static extension methods for several other classes.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.FormatConverter.html">FormatConverter</a></h4>
      <section><p>Performs conversion to string based on the specified format string.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.FrameworkElement3D.html">FrameworkElement3D</a></h4>
      <section><p>Base element of the 3D chart.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.HLBar.html">HLBar</a></h4>
      <section><p>Represents plot element that connects high and low values.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.HLOC.html">HLOC</a></h4>
      <section><p>Represents element of financial chart (high-low-open-close).</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.HighLowOpenCloseSeries.html">HighLowOpenCloseSeries</a></h4>
      <section><p>Represents data series with x, y, high, low, open, close data arrays.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.HighLowOpenCloseSeries.HLOCDataPoint.html">HighLowOpenCloseSeries.HLOCDataPoint</a></h4>
      <section><p>Represents data point for HighLowOpenCloseSeries.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.HighLowSeries.html">HighLowSeries</a></h4>
      <section><p>Represents data series with X, Y, High and Low values.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.JScriptExpressionConverter.html">JScriptExpressionConverter</a></h4>
      <section><p>Performs conversion based on given JScript expression</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.Legend.html">Legend</a></h4>
      <section><p>Represents the chart legend.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.LegendItem.html">LegendItem</a></h4>
      <section><p>Represents the item in the chart legend.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.LegendItemCollection.html">LegendItemCollection</a></h4>
      <section><p>Represents the collection of legend items.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.LightCollection.html">LightCollection</a></h4>
      <section><p>Represents collection of lights for 3D scene.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.LineAreaOptions.html">LineAreaOptions</a></h4>
      <section><p>Specifies various advanced options for line and area charts.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.Lines.html">Lines</a></h4>
      <section><p>Represents plot element that connects the data points.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.Pie.html">Pie</a></h4>
      <section><p>Represents the element of pie chart.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.Pie3D.html">Pie3D</a></h4>
      <section><p>3D element of pie chart (slice of pie).</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.Pie3DShape.html">Pie3DShape</a></h4>
      <section><p>Represents 3D pie shape.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.PieOptions.html">PieOptions</a></h4>
      <section><p>Specifies various options for pie charts.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.PieRenderContext.html">PieRenderContext</a></h4>
      <section><p>Provides information about the render context for pie visualization.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.PieRenderer.html">PieRenderer</a></h4>
      <section><p>Performs 2D pie visualization.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.PieRenderer3D.html">PieRenderer3D</a></h4>
      <section><p>Performs 2D pie visualization.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.PieSlice.html">PieSlice</a></h4>
      <section><p>Represents plot element of pie chart.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.PlotArea.html">PlotArea</a></h4>
      <section><p>Defines the area containing plot elements that correspond to the data points.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.PlotAreaCollection.html">PlotAreaCollection</a></h4>
      <section><p>Defines collection of plot areas</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.PlotAreaColumnDefinition.html">PlotAreaColumnDefinition</a></h4>
      <section><p>Defines column-specific properties for plot area.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.PlotAreaRowDefinition.html">PlotAreaRowDefinition</a></h4>
      <section><p>Defines row-specific properties for plot area.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.PlotElement.html">PlotElement</a></h4>
      <section><p>Generic plot element.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.PlotElementAnimation.html">PlotElementAnimation</a></h4>
      <section><p>Defines animation for plot element.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.PolarRadarOptions.html">PolarRadarOptions</a></h4>
      <section><p>Specifies various advanced options for polar and radar charts.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.RPolygon.html">RPolygon</a></h4>
      <section><p>Represents regular polygon.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.Renderer2D.html">Renderer2D</a></h4>
      <section><p>Renderer which creates plot in Cartesian coordinates.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.Renderer3D.html">Renderer3D</a></h4>
      <section><p>Represents 3D renderer. The Renderer3D performs visualization of Cartesian charts in 3D space.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.RibbonShape3D.html">RibbonShape3D</a></h4>
      <section><p>Represents ribbon shape.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.Rotate3DAction.html">Rotate3DAction</a></h4>
      <section><p>Represents the rotate action for 3D charts.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.ScaleAction.html">ScaleAction</a></h4>
      <section><p>Represents the scale action.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.Shape3D.html">Shape3D</a></h4>
      <section><p>Base class for 3D shapes.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.Sphere3D.html">Sphere3D</a></h4>
      <section><p>Represents 3D sphere.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.SphericalShape3D.html">SphericalShape3D</a></h4>
      <section><p>Represents spherical shape.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.Star.html">Star</a></h4>
      <section><p>Represents star symbol.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.StepArea.html">StepArea</a></h4>
      <section><p>Represents plot element of step area chart.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.StepLines.html">StepLines</a></h4>
      <section><p>Represents step lines that connects data points.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.Symbol.html">Symbol</a></h4>
      <section><p>Represents base class for 2D plot symbols.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.TranslateAction.html">TranslateAction</a></h4>
      <section><p>Represents translate action.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.TubesShape3D.html">TubesShape3D</a></h4>
      <section><p>Represents tubes that connects the data points.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.XYDataSeries.html">XYDataSeries</a></h4>
      <section><p>Represents data series with X- and Y-values.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.XYZDataSeries.html">XYZDataSeries</a></h4>
      <section><p>Represents data series that contains collection of 3D points.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.ZoomAction.html">ZoomAction</a></h4>
      <section><p>Represents zoom action.</p>
</section>
    <h3 id="structs">
Structs
</h3>
      <h4><a class="xref" href="C1.WPF.C1Chart.PieInfo.html">PieInfo</a></h4>
      <section><p>Represents parameters of pie slice.</p>
</section>
    <h3 id="interfaces">
Interfaces
</h3>
      <h4><a class="xref" href="C1.WPF.C1Chart.IAxisScrollBar.html">IAxisScrollBar</a></h4>
      <section><p>Describes the axis scroll bar.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.IChartLayer.html">IChartLayer</a></h4>
      <section><p>Defines chart layer interface.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.IGeometry3D.html">IGeometry3D</a></h4>
      <section><p>Provides 3D geometry for the plot element.</p>
</section>
    <h3 id="enums">
Enums
</h3>
      <h4><a class="xref" href="C1.WPF.C1Chart.Aggregate.html">Aggregate</a></h4>
      <section><p>Specifies how data should be aggregated for charting.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.AnnoPosition.html">AnnoPosition</a></h4>
      <section><p>Specifies position of the axis labels.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.AnnoVisibility.html">AnnoVisibility</a></h4>
      <section><p>Specifies annotation visibility options.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.AxisPosition.html">AxisPosition</a></h4>
      <section><p>Specifies position of the axis.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.AxisScrollBarPosition.html">AxisScrollBarPosition</a></h4>
      <section><p>Specifies available positions for axis scroll bar.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.AxisType.html">AxisType</a></h4>
      <section><p>Specifies axis type.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.BubbleScale.html">BubbleScale</a></h4>
      <section><p>Specifies how to calculate the size of symbols for Bubble chart.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.ChartPanelAction.html">ChartPanelAction</a></h4>
      <section><p>Specifies possible action for the chart panel objects.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.ChartPanelAttach.html">ChartPanelAttach</a></h4>
      <section><p>Specifies possible attach options for chart panel object,</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.ChartType.html">ChartType</a></h4>
      <section><p>Specifies the chart type.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.Clipping.html">Clipping</a></h4>
      <section><p>Specifies possible values for clipping algorithm.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.ColorGeneration.html">ColorGeneration</a></h4>
      <section><p>This enumeration specifies color themes used to
generate colors for data series.  Named color themes
other than <b>Custom</b> are similar to those in Microsoft Office.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.ColorScheme.html">ColorScheme</a></h4>
      <section><p>Specifies how color scheme is generated.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.GradientMethod.html">GradientMethod</a></h4>
      <section><p>Specifies how to handle gradient brushes in themes and custom palettes.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.HLOCAppearance.html">HLOCAppearance</a></h4>
      <section><p>Defines the appearance of HLOC (high-low-open-close) plot element.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.LabelAlignment.html">LabelAlignment</a></h4>
      <section><p>Specifies the position of data label relative to the corresponding plot element.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.LegendPosition.html">LegendPosition</a></h4>
      <section><p>Specifies legend position.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.Marker.html">Marker</a></h4>
      <section><p>Specifies data point marker.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.MeasureOption.html">MeasureOption</a></h4>
      <section><p>Specifies how the distance between points is calculated.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.MouseWheelDirection.html">MouseWheelDirection</a></h4>
      <section><p>Specifies available values for mouse wheel direction.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.OptimizationRadiusScope.html">OptimizationRadiusScope</a></h4>
      <section><p>Specifies available options of optimization radius scope.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.PlotStyle.html">PlotStyle</a></h4>
      <section><p>Describes plot style.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.RadarLabelVisibility.html">RadarLabelVisibility</a></h4>
      <section><p>Specifies available options for labels on radial axes for radar chart.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.RenderMode.html">RenderMode</a></h4>
      <section><p>Specifies available render mode for data series.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.SelectionAction.html">SelectionAction</a></h4>
      <section><p>Specifies available actions to perform selection of plot elements.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.SeriesDisplay.html">SeriesDisplay</a></h4>
      <section><p>Specifies various display options for data series.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.StackedOptions.html">StackedOptions</a></h4>
      <section><p>Specifies options of stacked chart.</p>
</section>
    <h3 id="delegates">
Delegates
</h3>
      <h4><a class="xref" href="C1.WPF.C1Chart.AggregateGroupSelector.html">AggregateGroupSelector</a></h4>
      <section><p>Selects group key for data point.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.AnnoCreatedEventHandler.html">AnnoCreatedEventHandler</a></h4>
      <section><p>Represents the method that handles a Axis.AnnoCreated event.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.AxisConverter.html">AxisConverter</a></h4>
      <section><p>Specifies delegate for using as DependentAxisConverter.</p>
</section>
      <h4><a class="xref" href="C1.WPF.C1Chart.AxisRangeChangedEventHandler.html">AxisRangeChangedEventHandler</a></h4>
      <section><p>Specifies delegates for the</p>
</section>


</div>
