# C1.Web.Mvc.Fluent.SVGStyleBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_SVGStyleBuilder" data-uid="C1.Web.Mvc.Fluent.SVGStyleBuilder" class="text-break">SVGStyleBuilder Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.SVGStyle.html">SVGStyle</a>.</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">HideObjectMembers</span></div>
    <div class="level2"><a class="xref" href="C1.Web.Mvc.Fluent.BaseBuilder-2.html">BaseBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.SVGStyle.html">SVGStyle</a>, <a class="xref" href="C1.Web.Mvc.Fluent.SVGStyleBuilder.html">SVGStyleBuilder</a>&gt;</div>
    <div class="level3"><span class="xref">SVGStyleBuilder</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Fluent.html">C1.Web.Mvc.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Fluent_SVGStyleBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SVGStyleBuilder : BaseBuilder&lt;SVGStyle, SVGStyleBuilder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SVGStyleBuilder
    Inherits BaseBuilder(Of SVGStyle, SVGStyleBuilder)</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_Web_Mvc_Fluent_SVGStyleBuilder__ctor_C1_Web_Mvc_SVGStyle_" data-uid="C1.Web.Mvc.Fluent.SVGStyleBuilder.#ctor(C1.Web.Mvc.SVGStyle)">
          <a class="xref" href="C1.Web.Mvc.Fluent.SVGStyleBuilder.-ctor.html#C1_Web_Mvc_Fluent_SVGStyleBuilder__ctor_C1_Web_Mvc_SVGStyle_">SVGStyleBuilder(SVGStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.SVGStyleBuilder.html">SVGStyleBuilder</a> instance to configurate <code class="paramref">obj</code>.</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_Web_Mvc_Fluent_SVGStyleBuilder_ArrowEnd_System_String_" data-uid="C1.Web.Mvc.Fluent.SVGStyleBuilder.ArrowEnd(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.SVGStyleBuilder.ArrowEnd.html#C1_Web_Mvc_Fluent_SVGStyleBuilder_ArrowEnd_System_String_">ArrowEnd(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.SVGStyle.ArrowEnd.html#C1_Web_Mvc_SVGStyle_ArrowEnd">ArrowEnd</a>.
Sets the arrowhead on the end of the path. The format for string is &lt;type&gt;[-&lt;width&gt;[-&lt;length&gt;]]. Possible types: classic, block, open, oval, diamond, none, width: wide, narrow, medium, length: long, short, medium.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SVGStyleBuilder_ClipRect_System_String_" data-uid="C1.Web.Mvc.Fluent.SVGStyleBuilder.ClipRect(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.SVGStyleBuilder.ClipRect.html#C1_Web_Mvc_Fluent_SVGStyleBuilder_ClipRect_System_String_">ClipRect(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.SVGStyle.ClipRect.html#C1_Web_Mvc_SVGStyle_ClipRect">ClipRect</a>.
Sets the clip area. The format for the text is comma or space separated values: x, y, width and height</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SVGStyleBuilder_Cursor_System_String_" data-uid="C1.Web.Mvc.Fluent.SVGStyleBuilder.Cursor(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.SVGStyleBuilder.Cursor.html#C1_Web_Mvc_Fluent_SVGStyleBuilder_Cursor_System_String_">Cursor(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.SVGStyle.Cursor.html#C1_Web_Mvc_SVGStyle_Cursor">Cursor</a>.
CSS type of the cursor</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SVGStyleBuilder_Cx_System_Nullable_System_Double__" data-uid="C1.Web.Mvc.Fluent.SVGStyleBuilder.Cx(System.Nullable{System.Double})">
          <a class="xref" href="C1.Web.Mvc.Fluent.SVGStyleBuilder.Cx.html#C1_Web_Mvc_Fluent_SVGStyleBuilder_Cx_System_Nullable_System_Double__">Cx(double?)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.SVGStyle.Cx.html#C1_Web_Mvc_SVGStyle_Cx">Cx</a>.
the x-axis coordinate of the center of the circle, or ellipse</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SVGStyleBuilder_Cy_System_Nullable_System_Double__" data-uid="C1.Web.Mvc.Fluent.SVGStyleBuilder.Cy(System.Nullable{System.Double})">
          <a class="xref" href="C1.Web.Mvc.Fluent.SVGStyleBuilder.Cy.html#C1_Web_Mvc_Fluent_SVGStyleBuilder_Cy_System_Nullable_System_Double__">Cy(double?)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.SVGStyle.Cy.html#C1_Web_Mvc_SVGStyle_Cy">Cy</a>.
the y-axis coordinate of the center of the circle, or ellipse</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SVGStyleBuilder_Fill_System_String_" data-uid="C1.Web.Mvc.Fluent.SVGStyleBuilder.Fill(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.SVGStyleBuilder.Fill.html#C1_Web_Mvc_Fluent_SVGStyleBuilder_Fill_System_String_">Fill(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.SVGStyle.Fill.html#C1_Web_Mvc_SVGStyle_Fill">Fill</a>.
A value that indicates the filled color of the chart style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SVGStyleBuilder_FillOpacity_System_Nullable_System_Double__" data-uid="C1.Web.Mvc.Fluent.SVGStyleBuilder.FillOpacity(System.Nullable{System.Double})">
          <a class="xref" href="C1.Web.Mvc.Fluent.SVGStyleBuilder.FillOpacity.html#C1_Web_Mvc_Fluent_SVGStyleBuilder_FillOpacity_System_Nullable_System_Double__">FillOpacity(double?)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.SVGStyle.FillOpacity.html#C1_Web_Mvc_SVGStyle_FillOpacity">FillOpacity</a>.
A value that indicates the fill opacity of the SVG element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SVGStyleBuilder_Font_System_String_" data-uid="C1.Web.Mvc.Fluent.SVGStyleBuilder.Font(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.SVGStyleBuilder.Font.html#C1_Web_Mvc_Fluent_SVGStyleBuilder_Font_System_String_">Font(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.SVGStyle.Font.html#C1_Web_Mvc_SVGStyle_Font">Font</a>.
A value that indicates the font of the chart style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SVGStyleBuilder_FontFamily_System_String_" data-uid="C1.Web.Mvc.Fluent.SVGStyleBuilder.FontFamily(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.SVGStyleBuilder.FontFamily.html#C1_Web_Mvc_Fluent_SVGStyleBuilder_FontFamily_System_String_">FontFamily(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.SVGStyle.FontFamily.html#C1_Web_Mvc_SVGStyle_FontFamily">FontFamily</a>.
A value that indicates the font family of the SVG element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SVGStyleBuilder_FontSize_System_Nullable_System_Single__" data-uid="C1.Web.Mvc.Fluent.SVGStyleBuilder.FontSize(System.Nullable{System.Single})">
          <a class="xref" href="C1.Web.Mvc.Fluent.SVGStyleBuilder.FontSize.html#C1_Web_Mvc_Fluent_SVGStyleBuilder_FontSize_System_Nullable_System_Single__">FontSize(float?)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.SVGStyle.FontSize.html#C1_Web_Mvc_SVGStyle_FontSize">FontSize</a>.
A value that indicates the font size of the SVG element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SVGStyleBuilder_FontWeight_System_String_" data-uid="C1.Web.Mvc.Fluent.SVGStyleBuilder.FontWeight(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.SVGStyleBuilder.FontWeight.html#C1_Web_Mvc_Fluent_SVGStyleBuilder_FontWeight_System_String_">FontWeight(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.SVGStyle.FontWeight.html#C1_Web_Mvc_SVGStyle_FontWeight">FontWeight</a>.
A value that indicates the font weight of the SVG element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SVGStyleBuilder_Height_System_Nullable_System_Int32__" data-uid="C1.Web.Mvc.Fluent.SVGStyleBuilder.Height(System.Nullable{System.Int32})">
          <a class="xref" href="C1.Web.Mvc.Fluent.SVGStyleBuilder.Height.html#C1_Web_Mvc_Fluent_SVGStyleBuilder_Height_System_Nullable_System_Int32__">Height(int?)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.SVGStyle.Height.html#C1_Web_Mvc_SVGStyle_Height">Height</a>.
A value that indicates the height of the SVG element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SVGStyleBuilder_Href_System_String_" data-uid="C1.Web.Mvc.Fluent.SVGStyleBuilder.Href(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.SVGStyleBuilder.Href.html#C1_Web_Mvc_Fluent_SVGStyleBuilder_Href_System_String_">Href(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.SVGStyle.Href.html#C1_Web_Mvc_SVGStyle_Href">Href</a>.
A value to indicate the URL, if specified element behaves as hyperlink</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SVGStyleBuilder_Opacity_System_Nullable_System_Double__" data-uid="C1.Web.Mvc.Fluent.SVGStyleBuilder.Opacity(System.Nullable{System.Double})">
          <a class="xref" href="C1.Web.Mvc.Fluent.SVGStyleBuilder.Opacity.html#C1_Web_Mvc_Fluent_SVGStyleBuilder_Opacity_System_Nullable_System_Double__">Opacity(double?)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.SVGStyle.Opacity.html#C1_Web_Mvc_SVGStyle_Opacity">Opacity</a>.
A value to indicate the Opacity.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SVGStyleBuilder_Path_System_String_" data-uid="C1.Web.Mvc.Fluent.SVGStyleBuilder.Path(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.SVGStyleBuilder.Path.html#C1_Web_Mvc_Fluent_SVGStyleBuilder_Path_System_String_">Path(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.SVGStyle.Path.html#C1_Web_Mvc_SVGStyle_Path">Path</a>.
SVG path string format</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SVGStyleBuilder_R_System_String_" data-uid="C1.Web.Mvc.Fluent.SVGStyleBuilder.R(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.SVGStyleBuilder.R.html#C1_Web_Mvc_Fluent_SVGStyleBuilder_R_System_String_">R(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.SVGStyle.R.html#C1_Web_Mvc_SVGStyle_R">R</a>.
Radius of the circle, ellipse or rounded corner on the rect</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SVGStyleBuilder_Rx_System_Nullable_System_Double__" data-uid="C1.Web.Mvc.Fluent.SVGStyleBuilder.Rx(System.Nullable{System.Double})">
          <a class="xref" href="C1.Web.Mvc.Fluent.SVGStyleBuilder.Rx.html#C1_Web_Mvc_Fluent_SVGStyleBuilder_Rx_System_Nullable_System_Double__">Rx(double?)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.SVGStyle.Rx.html#C1_Web_Mvc_SVGStyle_Rx">Rx</a>.
Horisontal radius of the ellipse</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SVGStyleBuilder_Ry_System_Nullable_System_Double__" data-uid="C1.Web.Mvc.Fluent.SVGStyleBuilder.Ry(System.Nullable{System.Double})">
          <a class="xref" href="C1.Web.Mvc.Fluent.SVGStyleBuilder.Ry.html#C1_Web_Mvc_Fluent_SVGStyleBuilder_Ry_System_Nullable_System_Double__">Ry(double?)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.SVGStyle.Ry.html#C1_Web_Mvc_SVGStyle_Ry">Ry</a>.
Vertical radius of the ellipse</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SVGStyleBuilder_Src_System_String_" data-uid="C1.Web.Mvc.Fluent.SVGStyleBuilder.Src(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.SVGStyleBuilder.Src.html#C1_Web_Mvc_Fluent_SVGStyleBuilder_Src_System_String_">Src(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.SVGStyle.Src.html#C1_Web_Mvc_SVGStyle_Src">Src</a>.
Image URL, only works for Element.image element</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SVGStyleBuilder_Stroke_System_String_" data-uid="C1.Web.Mvc.Fluent.SVGStyleBuilder.Stroke(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.SVGStyleBuilder.Stroke.html#C1_Web_Mvc_Fluent_SVGStyleBuilder_Stroke_System_String_">Stroke(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.SVGStyle.Stroke.html#C1_Web_Mvc_SVGStyle_Stroke">Stroke</a>.
A value that indicates the stroke color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SVGStyleBuilder_StrokeDasharray_System_String_" data-uid="C1.Web.Mvc.Fluent.SVGStyleBuilder.StrokeDasharray(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.SVGStyleBuilder.StrokeDasharray.html#C1_Web_Mvc_Fluent_SVGStyleBuilder_StrokeDasharray_System_String_">StrokeDasharray(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.SVGStyle.StrokeDasharray.html#C1_Web_Mvc_SVGStyle_StrokeDasharray">StrokeDasharray</a>.
A value that indicates the stroke dasharry, possible values: [&quot;&quot;, &quot;-&quot;, &quot;.&quot;, &quot;-.&quot;, &quot;-..&quot;, &quot;. &quot;, &quot;- &quot;, &quot;--&quot;, &quot;- .&quot;, &quot;--.&quot;, &quot;--..&quot;]</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SVGStyleBuilder_StrokeLinecap_System_String_" data-uid="C1.Web.Mvc.Fluent.SVGStyleBuilder.StrokeLinecap(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.SVGStyleBuilder.StrokeLinecap.html#C1_Web_Mvc_Fluent_SVGStyleBuilder_StrokeLinecap_System_String_">StrokeLinecap(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.SVGStyle.StrokeLinecap.html#C1_Web_Mvc_SVGStyle_StrokeLinecap">StrokeLinecap</a>.
A value that indicates the stroke line cap, possible values: [&quot;butt&quot;, &quot;square&quot;, &quot;round&quot;]</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SVGStyleBuilder_StrokeLinejoin_System_String_" data-uid="C1.Web.Mvc.Fluent.SVGStyleBuilder.StrokeLinejoin(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.SVGStyleBuilder.StrokeLinejoin.html#C1_Web_Mvc_Fluent_SVGStyleBuilder_StrokeLinejoin_System_String_">StrokeLinejoin(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.SVGStyle.StrokeLinejoin.html#C1_Web_Mvc_SVGStyle_StrokeLinejoin">StrokeLinejoin</a>.
A value that indicates the stroke line join method, possible values: [&quot;bevel&quot;, &quot;round&quot;, &quot;miter&quot;]</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SVGStyleBuilder_StrokeMiterlimit_System_Nullable_System_Double__" data-uid="C1.Web.Mvc.Fluent.SVGStyleBuilder.StrokeMiterlimit(System.Nullable{System.Double})">
          <a class="xref" href="C1.Web.Mvc.Fluent.SVGStyleBuilder.StrokeMiterlimit.html#C1_Web_Mvc_Fluent_SVGStyleBuilder_StrokeMiterlimit_System_Nullable_System_Double__">StrokeMiterlimit(double?)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.SVGStyle.StrokeMiterlimit.html#C1_Web_Mvc_SVGStyle_StrokeMiterlimit">StrokeMiterlimit</a>.
A value that indicates the stroke miter limit.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SVGStyleBuilder_StrokeOpacity_System_Nullable_System_Double__" data-uid="C1.Web.Mvc.Fluent.SVGStyleBuilder.StrokeOpacity(System.Nullable{System.Double})">
          <a class="xref" href="C1.Web.Mvc.Fluent.SVGStyleBuilder.StrokeOpacity.html#C1_Web_Mvc_Fluent_SVGStyleBuilder_StrokeOpacity_System_Nullable_System_Double__">StrokeOpacity(double?)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.SVGStyle.StrokeOpacity.html#C1_Web_Mvc_SVGStyle_StrokeOpacity">StrokeOpacity</a>.
A value that indicates the stroke opacity.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SVGStyleBuilder_StrokeWidth_System_Nullable_System_Int32__" data-uid="C1.Web.Mvc.Fluent.SVGStyleBuilder.StrokeWidth(System.Nullable{System.Int32})">
          <a class="xref" href="C1.Web.Mvc.Fluent.SVGStyleBuilder.StrokeWidth.html#C1_Web_Mvc_Fluent_SVGStyleBuilder_StrokeWidth_System_Nullable_System_Int32__">StrokeWidth(int?)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.SVGStyle.StrokeWidth.html#C1_Web_Mvc_SVGStyle_StrokeWidth">StrokeWidth</a>.
A value that indicates the stroke width.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SVGStyleBuilder_Target_System_String_" data-uid="C1.Web.Mvc.Fluent.SVGStyleBuilder.Target(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.SVGStyleBuilder.Target.html#C1_Web_Mvc_Fluent_SVGStyleBuilder_Target_System_String_">Target(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.SVGStyle.Target.html#C1_Web_Mvc_SVGStyle_Target">Target</a>.
Used with href</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SVGStyleBuilder_Text_System_String_" data-uid="C1.Web.Mvc.Fluent.SVGStyleBuilder.Text(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.SVGStyleBuilder.Text.html#C1_Web_Mvc_Fluent_SVGStyleBuilder_Text_System_String_">Text(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.SVGStyle.Text.html#C1_Web_Mvc_SVGStyle_Text">Text</a>.
Contents of the text element. Use \n for multiline text</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SVGStyleBuilder_TextAnchor_System_String_" data-uid="C1.Web.Mvc.Fluent.SVGStyleBuilder.TextAnchor(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.SVGStyleBuilder.TextAnchor.html#C1_Web_Mvc_Fluent_SVGStyleBuilder_TextAnchor_System_String_">TextAnchor(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.SVGStyle.TextAnchor.html#C1_Web_Mvc_SVGStyle_TextAnchor">TextAnchor</a>.
Possible values: [&quot;start&quot;, &quot;middle&quot;, &quot;end&quot;], default is &quot;middle&quot;</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SVGStyleBuilder_Title_System_String_" data-uid="C1.Web.Mvc.Fluent.SVGStyleBuilder.Title(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.SVGStyleBuilder.Title.html#C1_Web_Mvc_Fluent_SVGStyleBuilder_Title_System_String_">Title(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.SVGStyle.Title.html#C1_Web_Mvc_SVGStyle_Title">Title</a>.
A text value for creating a tooltip.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SVGStyleBuilder_Transform_System_String_" data-uid="C1.Web.Mvc.Fluent.SVGStyleBuilder.Transform(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.SVGStyleBuilder.Transform.html#C1_Web_Mvc_Fluent_SVGStyleBuilder_Transform_System_String_">Transform(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.SVGStyle.Transform.html#C1_Web_Mvc_SVGStyle_Transform">Transform</a>.
A string value for SVG element to make a transform action.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SVGStyleBuilder_Width_System_Nullable_System_Double__" data-uid="C1.Web.Mvc.Fluent.SVGStyleBuilder.Width(System.Nullable{System.Double})">
          <a class="xref" href="C1.Web.Mvc.Fluent.SVGStyleBuilder.Width.html#C1_Web_Mvc_Fluent_SVGStyleBuilder_Width_System_Nullable_System_Double__">Width(double?)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.SVGStyle.Width.html#C1_Web_Mvc_SVGStyle_Width">Width</a>.
A value that indicates the width of the chart style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SVGStyleBuilder_X_System_Nullable_System_Double__" data-uid="C1.Web.Mvc.Fluent.SVGStyleBuilder.X(System.Nullable{System.Double})">
          <a class="xref" href="C1.Web.Mvc.Fluent.SVGStyleBuilder.X.html#C1_Web_Mvc_Fluent_SVGStyleBuilder_X_System_Nullable_System_Double__">X(double?)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.SVGStyle.X.html#C1_Web_Mvc_SVGStyle_X">X</a>.
A value that indicates the x point of the chart style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SVGStyleBuilder_Y_System_Nullable_System_Double__" data-uid="C1.Web.Mvc.Fluent.SVGStyleBuilder.Y(System.Nullable{System.Double})">
          <a class="xref" href="C1.Web.Mvc.Fluent.SVGStyleBuilder.Y.html#C1_Web_Mvc_Fluent_SVGStyleBuilder_Y_System_Nullable_System_Double__">Y(double?)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.SVGStyle.Y.html#C1_Web_Mvc_SVGStyle_Y">Y</a>.
A value that indicates the y point of the chart style.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
