# GrapeCity.ActiveReports.Design.DdrDesigner.Designers.DvChart.UI.StubLegendPoint.Action

## Content

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



<h1 id="GrapeCity_ActiveReports_Design_DdrDesigner_Designers_DvChart_UI_StubLegendPoint_Action_" data-uid="GrapeCity.ActiveReports.Design.DdrDesigner.Designers.DvChart.UI.StubLegendPoint.Action*">Action Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Design_DdrDesigner_Designers_DvChart_UI_StubLegendPoint_Action_" data-uid="GrapeCity.ActiveReports.Design.DdrDesigner.Designers.DvChart.UI.StubLegendPoint.Action*"></a>
<h4 id="GrapeCity_ActiveReports_Design_DdrDesigner_Designers_DvChart_UI_StubLegendPoint_Action" data-uid="GrapeCity.ActiveReports.Design.DdrDesigner.Designers.DvChart.UI.StubLegendPoint.Action">Action</h4>
<div class="markdown level1 summary"><p>Gets an action (e.g., hyperlink) associated with the data point.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public IAction Action { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="../MESCIUS.ActiveReports.Core.Rendering/GrapeCity.ActiveReports.Extensibility.Rendering.Components.IAction.html">IAction</a></td>
      <td><p>An <a class="xref" href="../MESCIUS.ActiveReports.Core.Rendering/GrapeCity.ActiveReports.Extensibility.Rendering.Components.IAction.html">IAction</a> object representing the action to perform when the data point is clicked.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="implements">Implements</h5>
    <div><span class="xref">GrapeCity.ActiveReports.Core.ReportItems.Chart.RenderComponent.IPlotLegendPoint.Action</span></div>
</div>
