# C1.WPF.C1Chart.BubbleOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_C1Chart_BubbleOptions" data-uid="C1.WPF.C1Chart.BubbleOptions" class="text-break">BubbleOptions Class
</h1>
  <div class="markdown level0 summary"><p>Bubble chart options.</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.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><span class="xref">BubbleOptions</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.C1Chart.html">C1.WPF.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.C1Chart.4.6.2.dll</h6>
  <h5 id="C1_WPF_C1Chart_BubbleOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class BubbleOptions : DependencyObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class BubbleOptions
    Inherits DependencyObject</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_C1Chart_BubbleOptions__ctor" data-uid="C1.WPF.C1Chart.BubbleOptions.#ctor">
          <a class="xref" href="C1.WPF.C1Chart.BubbleOptions.-ctor.html#C1_WPF_C1Chart_BubbleOptions__ctor">BubbleOptions()</a>
        </td>
        <td class="markdown level1 summary"></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_C1Chart_BubbleOptions_MaxSizeProperty" data-uid="C1.WPF.C1Chart.BubbleOptions.MaxSizeProperty">
          <a class="xref" href="C1.WPF.C1Chart.BubbleOptions.MaxSizeProperty.html">MaxSizeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the MaxSize dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_BubbleOptions_MinSizeProperty" data-uid="C1.WPF.C1Chart.BubbleOptions.MinSizeProperty">
          <a class="xref" href="C1.WPF.C1Chart.BubbleOptions.MinSizeProperty.html">MinSizeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the MinSize dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_BubbleOptions_ScaleProperty" data-uid="C1.WPF.C1Chart.BubbleOptions.ScaleProperty">
          <a class="xref" href="C1.WPF.C1Chart.BubbleOptions.ScaleProperty.html">ScaleProperty</a>
        </td>
        <td class="markdown level1 summary"></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_C1Chart_BubbleOptions_GetMaxSize_C1_WPF_C1Chart_C1Chart_" data-uid="C1.WPF.C1Chart.BubbleOptions.GetMaxSize(C1.WPF.C1Chart.C1Chart)">
          <a class="xref" href="C1.WPF.C1Chart.BubbleOptions.GetMaxSize.html#C1_WPF_C1Chart_BubbleOptions_GetMaxSize_C1_WPF_C1Chart_C1Chart_">GetMaxSize(C1Chart)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the value of the MaxSizeProperty attached property for a specified chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_BubbleOptions_GetMinSize_C1_WPF_C1Chart_C1Chart_" data-uid="C1.WPF.C1Chart.BubbleOptions.GetMinSize(C1.WPF.C1Chart.C1Chart)">
          <a class="xref" href="C1.WPF.C1Chart.BubbleOptions.GetMinSize.html#C1_WPF_C1Chart_BubbleOptions_GetMinSize_C1_WPF_C1Chart_C1Chart_">GetMinSize(C1Chart)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the value of the MinSizeProperty attached property for a specified chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_BubbleOptions_GetScale_C1_WPF_C1Chart_C1Chart_" data-uid="C1.WPF.C1Chart.BubbleOptions.GetScale(C1.WPF.C1Chart.C1Chart)">
          <a class="xref" href="C1.WPF.C1Chart.BubbleOptions.GetScale.html#C1_WPF_C1Chart_BubbleOptions_GetScale_C1_WPF_C1Chart_C1Chart_">GetScale(C1Chart)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the value of the ScaleProperty attached property for a specified chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_BubbleOptions_SetMaxSize_C1_WPF_C1Chart_C1Chart_System_Windows_Size_" data-uid="C1.WPF.C1Chart.BubbleOptions.SetMaxSize(C1.WPF.C1Chart.C1Chart,System.Windows.Size)">
          <a class="xref" href="C1.WPF.C1Chart.BubbleOptions.SetMaxSize.html#C1_WPF_C1Chart_BubbleOptions_SetMaxSize_C1_WPF_C1Chart_C1Chart_System_Windows_Size_">SetMaxSize(C1Chart, Size)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value of the MinSizeProperty attached property for a specified chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_BubbleOptions_SetMinSize_C1_WPF_C1Chart_C1Chart_System_Windows_Size_" data-uid="C1.WPF.C1Chart.BubbleOptions.SetMinSize(C1.WPF.C1Chart.C1Chart,System.Windows.Size)">
          <a class="xref" href="C1.WPF.C1Chart.BubbleOptions.SetMinSize.html#C1_WPF_C1Chart_BubbleOptions_SetMinSize_C1_WPF_C1Chart_C1Chart_System_Windows_Size_">SetMinSize(C1Chart, Size)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value of the MinSizeProperty attached property for a specified chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_BubbleOptions_SetScale_C1_WPF_C1Chart_C1Chart_C1_WPF_C1Chart_BubbleScale_" data-uid="C1.WPF.C1Chart.BubbleOptions.SetScale(C1.WPF.C1Chart.C1Chart,C1.WPF.C1Chart.BubbleScale)">
          <a class="xref" href="C1.WPF.C1Chart.BubbleOptions.SetScale.html#C1_WPF_C1Chart_BubbleOptions_SetScale_C1_WPF_C1Chart_C1Chart_C1_WPF_C1Chart_BubbleScale_">SetScale(C1Chart, BubbleScale)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value of the ScaleProperty attached property for a specified chart.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
