Skip to content

Commit

Permalink
Updated gists
Browse files Browse the repository at this point in the history
  • Loading branch information
vderyushev committed Jun 4, 2024
1 parent d2d83d2 commit 00c1499
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions Examples/ApiExamples/ApiExamples/ExCharts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1883,7 +1883,7 @@ public void RemoveSecondaryAxis()
public void TreemapChart()
{
//ExStart:TreemapChart
//ReleaseVersion:24.6
//GistId:65919861586e42e24f61a3ccb65f8f4e
//ExFor:ChartSeriesCollection.Add(String, ChartMultilevelValue[], double[])
//ExFor:ChartMultilevelValue(String, String)
//ExSummary:Shows how to create treemap chart.
Expand Down Expand Up @@ -1950,7 +1950,7 @@ public void TreemapChart()
public void SunburstChart()
{
//ExStart:SunburstChart
//ReleaseVersion:24.6
//GistId:65919861586e42e24f61a3ccb65f8f4e
//ExFor:ChartSeriesCollection.Add(String, ChartMultilevelValue[], double[])
//ExSummary:Shows how to create sunburst chart.
Document doc = new Document();
Expand Down Expand Up @@ -1997,7 +1997,7 @@ public void SunburstChart()
public void HistogramChart()
{
//ExStart:HistogramChart
//ReleaseVersion:24.6
//GistId:65919861586e42e24f61a3ccb65f8f4e
//ExFor:ChartSeriesCollection.Add(String, double[])
//ExSummary:Shows how to create histogram chart.
Document doc = new Document();
Expand Down Expand Up @@ -2028,7 +2028,7 @@ public void HistogramChart()
public void ParetoChart()
{
//ExStart:ParetoChart
//ReleaseVersion:24.6
//GistId:65919861586e42e24f61a3ccb65f8f4e
//ExFor:ChartSeriesCollection.Add(String, String[], double[])
//ExSummary:Shows how to create pareto chart.
Document doc = new Document();
Expand All @@ -2055,7 +2055,7 @@ public void ParetoChart()
public void BoxAndWhiskerChart()
{
//ExStart:BoxAndWhiskerChart
//ReleaseVersion:24.6
//GistId:65919861586e42e24f61a3ccb65f8f4e
//ExFor:ChartSeriesCollection.Add(String, String[], double[])
//ExSummary:Shows how to create box and whisker chart.
Document doc = new Document();
Expand Down Expand Up @@ -2096,7 +2096,7 @@ public void BoxAndWhiskerChart()
public void WaterfallChart()
{
//ExStart:WaterfallChart
//ReleaseVersion:24.6
//GistId:65919861586e42e24f61a3ccb65f8f4e
//ExFor:ChartSeriesCollection.Add(String, String[], double[], bool[])
//ExSummary:Shows how to create waterfall chart.
Document doc = new Document();
Expand Down Expand Up @@ -2128,7 +2128,7 @@ public void WaterfallChart()
public void FunnelChart()
{
//ExStart:FunnelChart
//ReleaseVersion:24.6
//GistId:65919861586e42e24f61a3ccb65f8f4e
//ExFor:ChartSeriesCollection.Add(String, String[], double[])
//ExSummary:Shows how to create funnel chart.
Document doc = new Document();
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExComment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ private void IndentAndAppendLine(string text)
public void UtcDateTime()
{
//ExStart:UtcDateTime
//ReleaseVersion:24.6
//GistId:65919861586e42e24f61a3ccb65f8f4e
//ExFor:Comment.DateTimeUtc
//ExSummary:Shows how to get UTC date and time.
Document doc = new Document();
Expand Down
4 changes: 2 additions & 2 deletions Examples/ApiExamples/ApiExamples/ExReportingEngine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ public void WithoutMissingMembers()
public void MissingMembers()
{
//ExStart:MissingMembers
//ReleaseVersion:24.6
//GistId:65919861586e42e24f61a3ccb65f8f4e
//ExFor:ReportingEngine.BuildReport(Document, Object, String)
//ExSummary:Shows how to allow missinng members.
DocumentBuilder builder = new DocumentBuilder();
Expand Down Expand Up @@ -1285,7 +1285,7 @@ public void Word2016Charts()
public void RemoveParagraphsSelectively()
{
//ExStart:RemoveParagraphsSelectively
//ReleaseVersion:24.6
//GistId:65919861586e42e24f61a3ccb65f8f4e
//ExFor:ReportingEngine.BuildReport(Document, Object, String)
//ExSummary:Shows how to remove paragraphs selectively.
Document doc = new Document(MyDir + "Reporting engine template - Selective remove paragraphs.docx");
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExRevision.cs
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ public void GranularityCompareOption(Granularity granularity)
public void IgnoreStoreItemId()
{
//ExStart:IgnoreStoreItemId
//ReleaseVersion:24.6
//GistId:65919861586e42e24f61a3ccb65f8f4e
//ExFor:AdvancedCompareOptions.IgnoreStoreItemId
//ExSummary:Shows how to compare SDT with same text and different store item id.
Document docA = new Document(MyDir + "Document with SDT 1.docx");
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExShape.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3254,7 +3254,7 @@ public void Adjustments()
public void ShadowFormatColor()
{
//ExStart:ShadowFormatColor
//ReleaseVersion:24.6
//GistId:65919861586e42e24f61a3ccb65f8f4e
//ExFor:ShadowFormat.Color
//ExSummary:Shows how to get shadow color.
Document doc = new Document(MyDir + "Shadow color.docx");
Expand Down

0 comments on commit 00c1499

Please sign in to comment.