# GrapeCity.ActiveReports.Rendering.Components.Dashboard.LineStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Rendering_Components_Dashboard_LineStyle" data-uid="GrapeCity.ActiveReports.Rendering.Components.Dashboard.LineStyle" class="text-break">LineStyle Class
</h1>
  <div class="markdown level0 summary"><p>Represents the type of line style.</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"><span class="xref">LineStyle</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Dashboard.html">GrapeCity.ActiveReports.Rendering.Components.Dashboard</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Rendering_Components_Dashboard_LineStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class LineStyle</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="GrapeCity_ActiveReports_Rendering_Components_Dashboard_LineStyle__ctor_System_Drawing_Color_GrapeCity_ActiveReports_PageReportModel_Length_" data-uid="GrapeCity.ActiveReports.Rendering.Components.Dashboard.LineStyle.#ctor(System.Drawing.Color,GrapeCity.ActiveReports.PageReportModel.Length)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Dashboard.LineStyle.-ctor.html#GrapeCity_ActiveReports_Rendering_Components_Dashboard_LineStyle__ctor_System_Drawing_Color_GrapeCity_ActiveReports_PageReportModel_Length_">LineStyle(Color, Length)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Dashboard.LineStyle.html">LineStyle</a> class with the specified color and width.</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="GrapeCity_ActiveReports_Rendering_Components_Dashboard_LineStyle_ColorPropertyName" data-uid="GrapeCity.ActiveReports.Rendering.Components.Dashboard.LineStyle.ColorPropertyName">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Dashboard.LineStyle.ColorPropertyName.html">ColorPropertyName</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Components_Dashboard_LineStyle_WidthPropertyName" data-uid="GrapeCity.ActiveReports.Rendering.Components.Dashboard.LineStyle.WidthPropertyName">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Dashboard.LineStyle.WidthPropertyName.html">WidthPropertyName</a>
        </td>
        <td class="markdown level1 summary"></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="GrapeCity_ActiveReports_Rendering_Components_Dashboard_LineStyle_LineColor" data-uid="GrapeCity.ActiveReports.Rendering.Components.Dashboard.LineStyle.LineColor">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Dashboard.LineStyle.LineColor.html#GrapeCity_ActiveReports_Rendering_Components_Dashboard_LineStyle_LineColor">LineColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the color of the current line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Components_Dashboard_LineStyle_LineWidth" data-uid="GrapeCity.ActiveReports.Rendering.Components.Dashboard.LineStyle.LineWidth">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Dashboard.LineStyle.LineWidth.html#GrapeCity_ActiveReports_Rendering_Components_Dashboard_LineStyle_LineWidth">LineWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the width of the current line.</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="GrapeCity_ActiveReports_Rendering_Components_Dashboard_LineStyle_Parse_GrapeCity_ActiveReports_Extensibility_Rendering_IPropertyBag_System_String_GrapeCity_ActiveReports_Rendering_Components_Dashboard_LineStyle_" data-uid="GrapeCity.ActiveReports.Rendering.Components.Dashboard.LineStyle.Parse(GrapeCity.ActiveReports.Extensibility.Rendering.IPropertyBag,System.String,GrapeCity.ActiveReports.Rendering.Components.Dashboard.LineStyle)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Dashboard.LineStyle.Parse.html#GrapeCity_ActiveReports_Rendering_Components_Dashboard_LineStyle_Parse_GrapeCity_ActiveReports_Extensibility_Rendering_IPropertyBag_System_String_GrapeCity_ActiveReports_Rendering_Components_Dashboard_LineStyle_">Parse(IPropertyBag, string, LineStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Collects <a class="xref" href="GrapeCity.ActiveReports.Rendering.Components.Dashboard.LineStyle.html">LineStyle</a> instance from <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.IPropertyBag.html">IPropertyBag</a> using the given substitution.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>

</div>
