Skip to content

Commit

Permalink
Fixed examples
Browse files Browse the repository at this point in the history
  • Loading branch information
vderyushev committed Jun 5, 2024
1 parent 356c92e commit 390d692
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Examples/ApiExamples/ApiExamples/ExCharts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1994,6 +1994,7 @@ public void SunburstChart()
//ExEnd:SunburstChart
}

[Test]
public void HistogramChart()
{
//ExStart:HistogramChart
Expand Down Expand Up @@ -2025,6 +2026,7 @@ public void HistogramChart()
//ExEnd:HistogramChart
}

[Test]
public void ParetoChart()
{
//ExStart:ParetoChart
Expand Down Expand Up @@ -2052,6 +2054,7 @@ public void ParetoChart()
//ExEnd:ParetoChart
}

[Test]
public void BoxAndWhiskerChart()
{
//ExStart:BoxAndWhiskerChart
Expand Down

0 comments on commit 390d692

Please sign in to comment.