# C1.WPF.Sparkline.C1Sparkline

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Sparkline_C1Sparkline" data-uid="C1.WPF.Sparkline.C1Sparkline" class="text-break">C1Sparkline Class
</h1>
  <div class="markdown level0 summary"><p>Represents the Sparkline object.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level5"><span class="xref">C1Sparkline</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Sparkline.html">C1.WPF.Sparkline</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Sparkline.dll</h6>
  <h5 id="C1_WPF_Sparkline_C1Sparkline_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;Root&quot;, Type = typeof(C1Border))]
public class C1Sparkline : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplatePart(Name:=&quot;Root&quot;, Type:=GetType(C1Border))&gt;
Public Class C1Sparkline
    Inherits Control
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline__ctor" data-uid="C1.WPF.Sparkline.C1Sparkline.#ctor">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.-ctor.html#C1_WPF_Sparkline_C1Sparkline__ctor">C1Sparkline()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.html">C1Sparkline</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_AxisColorProperty" data-uid="C1.WPF.Sparkline.C1Sparkline.AxisColorProperty">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.AxisColorProperty.html">AxisColorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.AxisColor.html#C1_WPF_Sparkline_C1Sparkline_AxisColor">AxisColor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_DataProperty" data-uid="C1.WPF.Sparkline.C1Sparkline.DataProperty">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.DataProperty.html">DataProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.Data.html#C1_WPF_Sparkline_C1Sparkline_Data">Data</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_DateAxisDataProperty" data-uid="C1.WPF.Sparkline.C1Sparkline.DateAxisDataProperty">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.DateAxisDataProperty.html">DateAxisDataProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.DateAxisData.html#C1_WPF_Sparkline_C1Sparkline_DateAxisData">DateAxisData</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_DisplayEmptyCellsAsProperty" data-uid="C1.WPF.Sparkline.C1Sparkline.DisplayEmptyCellsAsProperty">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.DisplayEmptyCellsAsProperty.html">DisplayEmptyCellsAsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.DisplayEmptyCellsAs.html#C1_WPF_Sparkline_C1Sparkline_DisplayEmptyCellsAs">DisplayEmptyCellsAs</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_DisplayHiddenProperty" data-uid="C1.WPF.Sparkline.C1Sparkline.DisplayHiddenProperty">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.DisplayHiddenProperty.html">DisplayHiddenProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.DisplayHidden.html#C1_WPF_Sparkline_C1Sparkline_DisplayHidden">DisplayHidden</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_DisplayXAxisProperty" data-uid="C1.WPF.Sparkline.C1Sparkline.DisplayXAxisProperty">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.DisplayXAxisProperty.html">DisplayXAxisProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.DisplayXAxis.html#C1_WPF_Sparkline_C1Sparkline_DisplayXAxis">DisplayXAxis</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_FirstMarkerColorProperty" data-uid="C1.WPF.Sparkline.C1Sparkline.FirstMarkerColorProperty">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.FirstMarkerColorProperty.html">FirstMarkerColorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.FirstMarkerColor.html#C1_WPF_Sparkline_C1Sparkline_FirstMarkerColor">FirstMarkerColor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_HighMarkerColorProperty" data-uid="C1.WPF.Sparkline.C1Sparkline.HighMarkerColorProperty">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.HighMarkerColorProperty.html">HighMarkerColorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.HighMarkerColor.html#C1_WPF_Sparkline_C1Sparkline_HighMarkerColor">HighMarkerColor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_LastMarkerColorProperty" data-uid="C1.WPF.Sparkline.C1Sparkline.LastMarkerColorProperty">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.LastMarkerColorProperty.html">LastMarkerColorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.LastMarkerColor.html#C1_WPF_Sparkline_C1Sparkline_LastMarkerColor">LastMarkerColor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_LineWeightProperty" data-uid="C1.WPF.Sparkline.C1Sparkline.LineWeightProperty">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.LineWeightProperty.html">LineWeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.LineWeight.html#C1_WPF_Sparkline_C1Sparkline_LineWeight">LineWeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_LowMarkerColorProperty" data-uid="C1.WPF.Sparkline.C1Sparkline.LowMarkerColorProperty">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.LowMarkerColorProperty.html">LowMarkerColorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.LowMarkerColor.html#C1_WPF_Sparkline_C1Sparkline_LowMarkerColor">LowMarkerColor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_ManualMaxProperty" data-uid="C1.WPF.Sparkline.C1Sparkline.ManualMaxProperty">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.ManualMaxProperty.html">ManualMaxProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.ManualMax.html#C1_WPF_Sparkline_C1Sparkline_ManualMax">ManualMax</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_ManualMinProperty" data-uid="C1.WPF.Sparkline.C1Sparkline.ManualMinProperty">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.ManualMinProperty.html">ManualMinProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.ManualMin.html#C1_WPF_Sparkline_C1Sparkline_ManualMin">ManualMin</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_MarkersColorProperty" data-uid="C1.WPF.Sparkline.C1Sparkline.MarkersColorProperty">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.MarkersColorProperty.html">MarkersColorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.MarkersColor.html#C1_WPF_Sparkline_C1Sparkline_MarkersColor">MarkersColor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_MaxAxisTypeProperty" data-uid="C1.WPF.Sparkline.C1Sparkline.MaxAxisTypeProperty">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.MaxAxisTypeProperty.html">MaxAxisTypeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.MaxAxisType.html#C1_WPF_Sparkline_C1Sparkline_MaxAxisType">MaxAxisType</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_MinAxisTypeProperty" data-uid="C1.WPF.Sparkline.C1Sparkline.MinAxisTypeProperty">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.MinAxisTypeProperty.html">MinAxisTypeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.MinAxisType.html#C1_WPF_Sparkline_C1Sparkline_MinAxisType">MinAxisType</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_NegativeColorProperty" data-uid="C1.WPF.Sparkline.C1Sparkline.NegativeColorProperty">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.NegativeColorProperty.html">NegativeColorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.NegativeColor.html#C1_WPF_Sparkline_C1Sparkline_NegativeColor">NegativeColor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_RightToLeftProperty" data-uid="C1.WPF.Sparkline.C1Sparkline.RightToLeftProperty">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.RightToLeftProperty.html">RightToLeftProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.RightToLeft.html#C1_WPF_Sparkline_C1Sparkline_RightToLeft">RightToLeft</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_SeriesColorProperty" data-uid="C1.WPF.Sparkline.C1Sparkline.SeriesColorProperty">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.SeriesColorProperty.html">SeriesColorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.SeriesColor.html#C1_WPF_Sparkline_C1Sparkline_SeriesColor">SeriesColor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_ShowFirstProperty" data-uid="C1.WPF.Sparkline.C1Sparkline.ShowFirstProperty">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.ShowFirstProperty.html">ShowFirstProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.ShowFirst.html#C1_WPF_Sparkline_C1Sparkline_ShowFirst">ShowFirst</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_ShowHighProperty" data-uid="C1.WPF.Sparkline.C1Sparkline.ShowHighProperty">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.ShowHighProperty.html">ShowHighProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.ShowHigh.html#C1_WPF_Sparkline_C1Sparkline_ShowHigh">ShowHigh</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_ShowLastProperty" data-uid="C1.WPF.Sparkline.C1Sparkline.ShowLastProperty">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.ShowLastProperty.html">ShowLastProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.ShowLast.html#C1_WPF_Sparkline_C1Sparkline_ShowLast">ShowLast</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_ShowLowProperty" data-uid="C1.WPF.Sparkline.C1Sparkline.ShowLowProperty">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.ShowLowProperty.html">ShowLowProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.ShowLow.html#C1_WPF_Sparkline_C1Sparkline_ShowLow">ShowLow</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_ShowMarkersProperty" data-uid="C1.WPF.Sparkline.C1Sparkline.ShowMarkersProperty">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.ShowMarkersProperty.html">ShowMarkersProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.ShowMarkers.html#C1_WPF_Sparkline_C1Sparkline_ShowMarkers">ShowMarkers</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_ShowNegativeProperty" data-uid="C1.WPF.Sparkline.C1Sparkline.ShowNegativeProperty">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.ShowNegativeProperty.html">ShowNegativeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.ShowNegative.html#C1_WPF_Sparkline_C1Sparkline_ShowNegative">ShowNegative</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_SparklineTypeProperty" data-uid="C1.WPF.Sparkline.C1Sparkline.SparklineTypeProperty">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.SparklineTypeProperty.html">SparklineTypeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.SparklineType.html#C1_WPF_Sparkline_C1Sparkline_SparklineType">SparklineType</a> dependency property.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_AxisColor" data-uid="C1.WPF.Sparkline.C1Sparkline.AxisColor">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.AxisColor.html#C1_WPF_Sparkline_C1Sparkline_AxisColor">AxisColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_Data" data-uid="C1.WPF.Sparkline.C1Sparkline.Data">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.Data.html#C1_WPF_Sparkline_C1Sparkline_Data">Data</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_DateAxisData" data-uid="C1.WPF.Sparkline.C1Sparkline.DateAxisData">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.DateAxisData.html#C1_WPF_Sparkline_C1Sparkline_DateAxisData">DateAxisData</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the date axis data object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_DisplayDateAxis" data-uid="C1.WPF.Sparkline.C1Sparkline.DisplayDateAxis">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.DisplayDateAxis.html#C1_WPF_Sparkline_C1Sparkline_DisplayDateAxis">DisplayDateAxis</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether to display the date axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_DisplayEmptyCellsAs" data-uid="C1.WPF.Sparkline.C1Sparkline.DisplayEmptyCellsAs">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.DisplayEmptyCellsAs.html#C1_WPF_Sparkline_C1Sparkline_DisplayEmptyCellsAs">DisplayEmptyCellsAs</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how to display the empty cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_DisplayHidden" data-uid="C1.WPF.Sparkline.C1Sparkline.DisplayHidden">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.DisplayHidden.html#C1_WPF_Sparkline_C1Sparkline_DisplayHidden">DisplayHidden</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether data in hidden cells is plotted for the sparklines in this sparkline group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_DisplayXAxis" data-uid="C1.WPF.Sparkline.C1Sparkline.DisplayXAxis">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.DisplayXAxis.html#C1_WPF_Sparkline_C1Sparkline_DisplayXAxis">DisplayXAxis</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the horizontal axis is displayed for each sparkline in this sparkline group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_FirstMarkerColor" data-uid="C1.WPF.Sparkline.C1Sparkline.FirstMarkerColor">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.FirstMarkerColor.html#C1_WPF_Sparkline_C1Sparkline_FirstMarkerColor">FirstMarkerColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the first data point for each sparkline in this sparkline group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_HighMarkerColor" data-uid="C1.WPF.Sparkline.C1Sparkline.HighMarkerColor">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.HighMarkerColor.html#C1_WPF_Sparkline_C1Sparkline_HighMarkerColor">HighMarkerColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the highest data point for each sparkline in this sparkline group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_IsDisposed" data-uid="C1.WPF.Sparkline.C1Sparkline.IsDisposed">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.IsDisposed.html#C1_WPF_Sparkline_C1Sparkline_IsDisposed">IsDisposed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether this instance is disposed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_LastMarkerColor" data-uid="C1.WPF.Sparkline.C1Sparkline.LastMarkerColor">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.LastMarkerColor.html#C1_WPF_Sparkline_C1Sparkline_LastMarkerColor">LastMarkerColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the last data point for each sparkline in this sparkline group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_LineWeight" data-uid="C1.WPF.Sparkline.C1Sparkline.LineWeight">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.LineWeight.html#C1_WPF_Sparkline_C1Sparkline_LineWeight">LineWeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that specifies the line weight for each sparkline in the sparkline group, where the line weight is measured in points. The weight must be greater than or equal to zero, and must be less than or equal to 3 (LineSeries only supports line weight values in the range of 0.0-&gt;3.0).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_LowMarkerColor" data-uid="C1.WPF.Sparkline.C1Sparkline.LowMarkerColor">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.LowMarkerColor.html#C1_WPF_Sparkline_C1Sparkline_LowMarkerColor">LowMarkerColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the lowest data point for each sparkline in this sparkline group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_ManualMax" data-uid="C1.WPF.Sparkline.C1Sparkline.ManualMax">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.ManualMax.html#C1_WPF_Sparkline_C1Sparkline_ManualMax">ManualMax</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that specifies the maximum for the vertical axis that is shared across all sparklines in this sparkline group. The axis is zero if maxAxisType does not equal custom.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_ManualMin" data-uid="C1.WPF.Sparkline.C1Sparkline.ManualMin">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.ManualMin.html#C1_WPF_Sparkline_C1Sparkline_ManualMin">ManualMin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that specifies the minimum for the vertical axis that is shared across all sparklines in this sparkline group. The axis is zero if minAxisType does not equal custom.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_MarkersColor" data-uid="C1.WPF.Sparkline.C1Sparkline.MarkersColor">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.MarkersColor.html#C1_WPF_Sparkline_C1Sparkline_MarkersColor">MarkersColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that specifies the color of the data markers for each sparkline in this sparkline group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_MaxAxisType" data-uid="C1.WPF.Sparkline.C1Sparkline.MaxAxisType">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.MaxAxisType.html#C1_WPF_Sparkline_C1Sparkline_MaxAxisType">MaxAxisType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that specifies how the vertical axis maximum is calculated for the sparklines in this sparkline group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_MinAxisType" data-uid="C1.WPF.Sparkline.C1Sparkline.MinAxisType">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.MinAxisType.html#C1_WPF_Sparkline_C1Sparkline_MinAxisType">MinAxisType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that specifies how the vertical axis minimum is calculated for the sparklines in this sparkline group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_NegativeColor" data-uid="C1.WPF.Sparkline.C1Sparkline.NegativeColor">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.NegativeColor.html#C1_WPF_Sparkline_C1Sparkline_NegativeColor">NegativeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that specifies the color of the negative data points for each sparkline in this sparkline group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_RightToLeft" data-uid="C1.WPF.Sparkline.C1Sparkline.RightToLeft">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.RightToLeft.html#C1_WPF_Sparkline_C1Sparkline_RightToLeft">RightToLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that specifies whether each sparkline in the sparkline group is displayed in a right-to-left manner.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_SeriesColor" data-uid="C1.WPF.Sparkline.C1Sparkline.SeriesColor">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.SeriesColor.html#C1_WPF_Sparkline_C1Sparkline_SeriesColor">SeriesColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that specifies the color for each sparkline in this sparkline group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_ShowFirst" data-uid="C1.WPF.Sparkline.C1Sparkline.ShowFirst">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.ShowFirst.html#C1_WPF_Sparkline_C1Sparkline_ShowFirst">ShowFirst</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the first data point is formatted differently for each sparkline in this sparkline group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_ShowHigh" data-uid="C1.WPF.Sparkline.C1Sparkline.ShowHigh">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.ShowHigh.html#C1_WPF_Sparkline_C1Sparkline_ShowHigh">ShowHigh</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that specifies whether the data points with the highest value are formatted differently for each sparkline in this sparkline group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_ShowLast" data-uid="C1.WPF.Sparkline.C1Sparkline.ShowLast">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.ShowLast.html#C1_WPF_Sparkline_C1Sparkline_ShowLast">ShowLast</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the last data point is formatted differently for each sparkline in this sparkline group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_ShowLow" data-uid="C1.WPF.Sparkline.C1Sparkline.ShowLow">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.ShowLow.html#C1_WPF_Sparkline_C1Sparkline_ShowLow">ShowLow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that specifies whether the data points with the lowest value are formatted differently for each sparkline in this sparkline group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_ShowMarkers" data-uid="C1.WPF.Sparkline.C1Sparkline.ShowMarkers">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.ShowMarkers.html#C1_WPF_Sparkline_C1Sparkline_ShowMarkers">ShowMarkers</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that specifies whether data markers are displayed for each sparkline in this sparkline group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_ShowNegative" data-uid="C1.WPF.Sparkline.C1Sparkline.ShowNegative">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.ShowNegative.html#C1_WPF_Sparkline_C1Sparkline_ShowNegative">ShowNegative</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that specifies whether the negative data points are formatted differently for each sparkline in this sparkline group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_SparklineType" data-uid="C1.WPF.Sparkline.C1Sparkline.SparklineType">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.SparklineType.html#C1_WPF_Sparkline_C1Sparkline_SparklineType">SparklineType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of the sparkline.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_ArrangeOverride_System_Windows_Size_" data-uid="C1.WPF.Sparkline.C1Sparkline.ArrangeOverride(System.Windows.Size)">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.ArrangeOverride.html#C1_WPF_Sparkline_C1Sparkline_ArrangeOverride_System_Windows_Size_">ArrangeOverride(Size)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_Dispose" data-uid="C1.WPF.Sparkline.C1Sparkline.Dispose">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.Dispose.html#C1_WPF_Sparkline_C1Sparkline_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_Dispose_System_Boolean_" data-uid="C1.WPF.Sparkline.C1Sparkline.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.Dispose.html#C1_WPF_Sparkline_C1Sparkline_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_Finalize" data-uid="C1.WPF.Sparkline.C1Sparkline.Finalize">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.Finalize.html#C1_WPF_Sparkline_C1Sparkline_Finalize">Finalize()</a>
        </td>
        <td class="markdown level1 summary"><p>Finalizes this instance of the <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.html">C1Sparkline</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_MeasureOverride_System_Windows_Size_" data-uid="C1.WPF.Sparkline.C1Sparkline.MeasureOverride(System.Windows.Size)">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.MeasureOverride.html#C1_WPF_Sparkline_C1Sparkline_MeasureOverride_System_Windows_Size_">MeasureOverride(Size)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_OnApplyTemplate" data-uid="C1.WPF.Sparkline.C1Sparkline.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.OnApplyTemplate.html#C1_WPF_Sparkline_C1Sparkline_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Sparkline_C1Sparkline_SparklineChanged" data-uid="C1.WPF.Sparkline.C1Sparkline.SparklineChanged">
          <a class="xref" href="C1.WPF.Sparkline.C1Sparkline.SparklineChanged.html">SparklineChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the sparkline has changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
