Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions chart-sdk/winforms/Barcode/Barcode-Customization.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Barcode Customization in Windows Forms Barcode control | Syncfusion
description: Learn about Barcode Customization support in Syncfusion Windows Forms Barcode control and more details.
title: Customization in Windows Forms Barcode | Syncfusion®
description: Customization in the Windows Forms Barcode enables configuration of barcode appearance, size, colors, text display, and styling options.
platform: chart-sdk
control: SfBarcode
documentation: ug
---

# Barcode Customization in Windows Forms Barcode
# Customization in Windows Forms Barcode

The color of the barcode can be customized by modifying the [DarkBarColor](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Barcode.SfBarcode.html#Syncfusion_Windows_Forms_Barcode_SfBarcode_DarkBarColor) and [LightBarColor](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Barcode.SfBarcode.html#Syncfusion_Windows_Forms_Barcode_SfBarcode_LightBarColor) properties of the barcode control.

Expand Down
4 changes: 2 additions & 2 deletions chart-sdk/winforms/Barcode/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Getting Started with Windows Forms Barcode control | Syncfusion
description: Learn here about getting started with Syncfusion Essential Studio Windows Forms Barcode control and more.
title: Getting Started with Windows Forms Barcode | Syncfusion®
description: Learn how to get started with the Syncfusion® Windows Forms Barcode control. Explore setup, configuration, barcode generation, and customization options.
platform: chart-sdk
control: SfBarcode
documentation: ug
Expand Down
6 changes: 3 additions & 3 deletions chart-sdk/winforms/Barcode/Overview.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: About Windows Forms Barcode control | Syncfusion
description: Learn about introduction of Syncfusion Essential Studio Windows Forms Barcode control and more details.
title: About Syncfusion® Windows Forms Barcode Control | Syncfusion®
description: Learn about the introduction of Syncfusion Essential Studio® Windows Forms Barcode control, its features, capabilities, and more details.
platform: chart-sdk
control: SfBarcode
documentation: ug
---

# Windows Forms Barcode Overview
# About Syncfusion® Windows Forms Barcode Control

The [Barcode](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Barcode.SfBarcode.html) control helps render barcodes in desktop (Windows Forms) applications. The control can be merged into any desktop application and makes it easy to encode text using the supported symbol types. The basic structure of a barcode consists of a leading and trailing quiet zone, a start pattern, one or more data characters, optionally one or two check characters, and a stop pattern.

Expand Down
6 changes: 3 additions & 3 deletions chart-sdk/winforms/Barcode/Supported-Barcode-types.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Supported Barcode Types in Windows Forms Barcode control | Syncfusion
description: Learn about Supported Barcode Types support in Syncfusion Windows Forms Barcode control and more details.
title: Symbology Types in Windows Forms Barcode | Syncfusion®
description: Symbology Types in the Windows Forms Barcode enable generation of one-dimensional and two-dimensional barcodes for diverse applications.
platform: chart-sdk
control: SfBarcode
documentation: ug
---

# Supported Barcode Types in Windows Forms Barcode
# Symbology Types in Windows Forms Barcode

The following table contains the supported barcode types and the associated valid characters.

Expand Down
6 changes: 3 additions & 3 deletions chart-sdk/winforms/Barcode/Symbology-Settings.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Symbology settings in Windows Forms Barcode control | Syncfusion
description: Learn about Symbology settings support in Syncfusion Windows Forms Barcode control and more details.
title: Symbology Settings in Windows Forms Barcode | Syncfusion®
description: Symbology settings in the Windows Forms Barcode enable customization of barcode encoding options, validation rules, and barcode-specific properties.
platform: chart-sdk
control: SfBarcode
documentation: ug
---

# Symbology settings in Windows Forms Barcode
# Symbology Settings in Windows Forms Barcode

Each barcode symbol can be associated with optional settings that may affect that specific barcode. The code sample below shows the settings of a Code39 barcode.

Expand Down
7 changes: 3 additions & 4 deletions chart-sdk/winforms/bullet-graph/Caption-Settings.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Caption Settings in Windows Forms Bullet Graph control | Syncfusion®
description: Learn about Caption Settings support in Syncfusion® Windows Forms Bullet Graph control and more details.
title: Caption Settings in Windows Forms Bullet Graph | Syncfusion®
description: Caption settings in the Windows Forms Bullet Graph enable customization of caption content, positioning, formatting, and appearance.
platform: chart-sdk
control: Bullet Graph
documentation: ug
Expand Down Expand Up @@ -36,7 +36,7 @@ Me.Controls.Add(bullet)

![WinForms Bullet Graph caption](Features_images/Features_img3.png)

### Caption Position
## Caption Position

The caption in the Bullet Graph is placed at the start or end of the quantitative scale by choosing from one of the two options available in the [CaptionPosition](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.BulletGraph.BulletGraph.html#Syncfusion_Windows_Forms_BulletGraph_BulletGraph_CaptionPosition) property. They are:

Expand Down Expand Up @@ -68,4 +68,3 @@ Me.Controls.Add(bullet)
{% endtabs %}

![WinForms Bullet Graph caption position](Features_images/Features_img4.png)

2 changes: 1 addition & 1 deletion chart-sdk/winforms/bullet-graph/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Getting Started with Windows Forms Bullet Graph | Syncfusion®
description: Learn here about getting started with Syncfusion® Windows Forms Bullet Graph control, its elements, and more.
description: Learn how to get started with the Syncfusion® Windows Forms Bullet Graph control. Explore setup, features, elements, and customization options.
platform: chart-sdk
control: Bullet Graph
documentation: ug
Expand Down
13 changes: 6 additions & 7 deletions chart-sdk/winforms/bullet-graph/Measure-Settings.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Measure Settings in Windows Forms Bullet Graph control | Syncfusion®
description: Learn about Measure Settings (Featured / Comparative Measure) support in Syncfusion® Windows Forms Bullet Graph control and more details.
title: Measure Settings in Windows Forms Bullet Graph | Syncfusion®
description: Measure settings in the Windows Forms Bullet Graph enable configuration of featured and comparative measures for effective performance visualization.
platform: chart-sdk
control: Bullet Graph
documentation: ug
Expand All @@ -10,11 +10,11 @@ documentation: ug

# Measure Settings in Windows Forms Bullet Graph

### Featured Measure:
## Featured Measure:

The Featured Measure displays the primary data, or the current value of the data that you are measuring. It should usually be encoded as a bar, like the bar on a bar graph, and be prominent.

#### Customizing Featured Measure:
### Customizing Featured Measure:

The value of the Featured Measure of the BulletGraph is set by the [FeaturedMeasure](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.BulletGraph.BulletGraph.html#Syncfusion_Windows_Forms_BulletGraph_BulletGraph_FeaturedMeasure) property. By setting the [FeaturedMeasureBarStroke](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.BulletGraph.BulletGraph.html#Syncfusion_Windows_Forms_BulletGraph_BulletGraph_FeaturedMeasureBarStroke) property, the stroke of the FeaturedMeasure bar is customized. The thickness of the Featured Measure bar is modified by using [FeaturedMeasureBarStrokeThickness](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.BulletGraph.BulletGraph.html#Syncfusion_Windows_Forms_BulletGraph_BulletGraph_FeaturedMeasureBarStrokeThickness).

Expand Down Expand Up @@ -44,11 +44,11 @@ Me.Controls.Add(bullet)

![WinForms Bullet Graph featured measure](Features_images/Features_img5.png)

### Comparative Measure:
## Comparative Measure:

The Comparative Measure should be less visually dominant than the Featured Measure. It should always be encoded as a short line that runs perpendicular to the orientation of the graph. A good example is a target for YTD revenue. Whenever the Featured Measure intersects a Comparative Measure, the Comparative Measure appears behind the Featured Measure.

#### Customizing Comparative Measure:
### Customizing Comparative Measure:

The value of the Comparative Measure is set by using the [ComparativeMeasure](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.BulletGraph.BulletGraph.html#Syncfusion_Windows_Forms_BulletGraph_BulletGraph_ComparativeMeasure) property. By setting the [ComparativeMeasureSymbolStroke](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.BulletGraph.BulletGraph.html#Syncfusion_Windows_Forms_BulletGraph_BulletGraph_ComparativeMeasureSymbolStroke) property, the stroke of the Comparative Measure symbol is customized. The thickness of the Comparative Measure symbol is modified by using [ComparativeMeasureSymbolStrokeThickness](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.BulletGraph.BulletGraph.html#Syncfusion_Windows_Forms_BulletGraph_BulletGraph_ComparativeMeasureSymbolStrokeThickness).

Expand Down Expand Up @@ -77,4 +77,3 @@ Me.Controls.Add(bullet)
{% endtabs %}

![WinForms Bullet Graph comparative measure](Features_images/Features_img6.png)

2 changes: 1 addition & 1 deletion chart-sdk/winforms/bullet-graph/Orientation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: post
title: Orientation in Windows Forms Bullet Graph control | Syncfusion®
title: Orientation in Windows Forms Bullet Graph | Syncfusion®
description: Learn about Orientation support in Syncfusion® Essential Studio® Windows Forms Bullet Graph control and more details.
platform: chart-sdk
control: Bullet Graph
Expand Down
8 changes: 4 additions & 4 deletions chart-sdk/winforms/bullet-graph/Overview.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
layout: post
title: About Windows Forms Bullet Graph control | Syncfusion®
description: Learn about introduction of Syncfusion® Essential Studio® Windows Forms Bullet Graph control and more details.
title: About Syncfusion® Windows Forms Bullet Graph Control | Syncfusion®
description: Learn about the introduction of Syncfusion Essential Studio® Windows Forms Bullet Graph control, its features, capabilities, and more details.
platform: chart-sdk
control: Bullet Graph
documentation: ug
---

# Windows Forms Bullet Graph Overview
# About Syncfusion® Windows Forms Bullet Graph Control

The Bullet Graph is a variation of the bar graph that was developed as a replacement for the dashboard gauges and meters. The Bullet Graph features a single, primary measure (for example, current year-to-date revenue), and compares that measure to one or more other measures to enrich its meaning (for example, compared to a target). It displays the measures in the context of the qualitative range of performance, such as poor, satisfactory, and good.

### Use Cases:
## Use Cases:

* It is used in dashboard environments where the screen real estate really counts.
* The Bullet Graph shows a large amount of data in a very compact space.
Expand Down
10 changes: 4 additions & 6 deletions chart-sdk/winforms/bullet-graph/Range-Settings.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Range Settings in Windows Forms Bullet Graph control | Syncfusion®
description: Learn about Range Settings support in Syncfusion® Windows Forms Bullet Graph control and more details.
title: Range Settings in Windows Forms Bullet Graph | Syncfusion®
description: Range settings in the Windows Forms Bullet Graph enable configuration of qualitative ranges to visualize performance levels and target thresholds.
platform: chart-sdk
control: Bullet Graph
documentation: ug
Expand All @@ -11,7 +11,7 @@ documentation: ug

Ranges for a Bullet Graph are a collection of qualitative ranges. A qualitative range is a visual element that ends at a specified [RangeEnd](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.BulletGraph.QualitativeRange.html#Syncfusion_Windows_Forms_BulletGraph_QualitativeRange_RangeEnd) at the start of the previous range's RangeEnd. The qualitative ranges are arranged according to each RangeEnd value.

### Customizing Range:
## Customizing Range:

The width of the ranges is customized by setting the [QualitativeRangesSize](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.BulletGraph.BulletGraph.html#Syncfusion_Windows_Forms_BulletGraph_BulletGraph_QualitativeRangesSize) property. By changing the [RangeStroke](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.BulletGraph.QualitativeRange.html#Syncfusion_Windows_Forms_BulletGraph_QualitativeRange_RangeStroke) of the qualitative range, the stroke of the range is customized. By setting the [RangeOpacity](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.BulletGraph.QualitativeRange.html#Syncfusion_Windows_Forms_BulletGraph_QualitativeRange_RangeOpacity) of the qualitative range, the opacity of the range is modified.

Expand Down Expand Up @@ -43,7 +43,7 @@ Me.Controls.Add(bullet)

![WinForms Bullet Graph range customization](Features_images/Features_img7.png)

### Binding RangeStroke to Ticks and Labels:
## Binding RangeStroke to Ticks and Labels:

By setting [BindRangeStrokeToLabels](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.BulletGraph.BulletGraph.html#Syncfusion_Windows_Forms_BulletGraph_BulletGraph_BindRangeStrokeToLabels), the stroke of the labels is set related to the stroke of the specified ranges. Similarly, by setting [BindRangeStrokeToTicks](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.BulletGraph.BulletGraph.html#Syncfusion_Windows_Forms_BulletGraph_BulletGraph_BindRangeStrokeToTicks), the stroke of the ticks is set related to the stroke of the specified ranges.

Expand Down Expand Up @@ -80,5 +80,3 @@ Me.Controls.Add(bullet)
{% endtabs %}

![WinForms Bullet Graph range stroke to ticks and labels](Features_images/Features_img8.png)


12 changes: 5 additions & 7 deletions chart-sdk/winforms/bullet-graph/Scale-Label-settings.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Scale Label settings in Windows Forms Bullet Graph | Syncfusion®
description: Learn about Scale Label settings support in Syncfusion® Windows Forms Bullet Graph control and more details.
title: Scale Label Settings in Windows Forms Bullet Graph | Syncfusion®
description: Scale label settings in the Windows Forms Bullet Graph enable customization of label content, formatting, positioning, and appearance.
platform: chart-sdk
control: Bullet Graph
documentation: ug
Expand All @@ -10,11 +10,11 @@ documentation: ug

# Scale Label Settings in Windows Forms Bullet Graph

### Labels:
## Labels:

A quantitative scale label specifies the numeric value according to the major ticks in the range of the scale.

### Customizing Labels:
## Customizing Labels:

The label's offset is changed by using the [LabelOffset](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.BulletGraph.BulletGraph.html#Syncfusion_Windows_Forms_BulletGraph_BulletGraph_LabelOffset) property. The foreground of the label is customized by setting [LabelStroke](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.BulletGraph.BulletGraph.html#Syncfusion_Windows_Forms_BulletGraph_BulletGraph_LabelStroke). By setting the [LabelFontSize](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.BulletGraph.BulletGraph.html#Syncfusion_Windows_Forms_BulletGraph_BulletGraph_LabelFontSize) property, the font size of the labels is modified.

Expand Down Expand Up @@ -54,7 +54,7 @@ Me.Controls.Add(bullet)

![WinForms Bullet Graph label customization](Features_images/Features_img11.png)

### Label Position
## Label Position

The labels in the scale are placed above or below the qualitative ranges by choosing the following options available in the [LabelPosition](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.BulletGraph.BulletGraph.html#Syncfusion_Windows_Forms_BulletGraph_BulletGraph_LabelPosition) property.

Expand Down Expand Up @@ -90,5 +90,3 @@ Me.Controls.Add(bullet)
{% endtabs %}

![WinForms Bullet Graph label position](Features_images/Features_img12.png)


8 changes: 4 additions & 4 deletions chart-sdk/winforms/bullet-graph/Scale-Tick-Mark-Settings.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Scale Tick Mark in Windows Forms Bullet Graph control | Syncfusion®
description: Learn about Scale Tick Mark Settings support in Syncfusion® Windows Forms Bullet Graph control and more details.
title: Scale Tick Mark Settings in Windows Forms Bullet Graph | Syncfusion®
description: Scale tick mark settings in the Windows Forms Bullet Graph enable customization of tick mark intervals, positioning, and appearance.
platform: chart-sdk
control: Bullet Graph
documentation: ug
Expand All @@ -14,7 +14,7 @@ The quantitative scale is displayed with two types of ticks:
* Major ticks: The primary scale indicators.
* Minor ticks: The secondary scale indicators that fall in between the major ticks.

### Customizing Ticks:
## Customizing Ticks:

The stroke of the major and minor ticks is customized by setting the [MajorTickStroke](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.BulletGraph.BulletGraph.html#Syncfusion_Windows_Forms_BulletGraph_BulletGraph_MajorTickStroke) and [MinorTickStroke](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.BulletGraph.BulletGraph.html#Syncfusion_Windows_Forms_BulletGraph_BulletGraph_MinorTickStroke) properties. The size is modified by using the [MajorTickSize](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.BulletGraph.BulletGraph.html#Syncfusion_Windows_Forms_BulletGraph_BulletGraph_MajorTickSize) and [MinorTickSize](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.BulletGraph.BulletGraph.html#Syncfusion_Windows_Forms_BulletGraph_BulletGraph_MinorTickSize) properties. By setting [MajorTickStrokeThickness](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.BulletGraph.BulletGraph.html#Syncfusion_Windows_Forms_BulletGraph_BulletGraph_MajorTickStrokeThickness) and [MinorTickStrokeThickness](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.BulletGraph.BulletGraph.html#Syncfusion_Windows_Forms_BulletGraph_BulletGraph_MinorTickStrokeThickness), the stroke's thickness is customized.

Expand Down Expand Up @@ -56,7 +56,7 @@ Me.Controls.Add(bullet)

![WinForms Bullet Graph tick customization](Features_images/Features_img9.png)

### TickPosition:
## TickPosition:

The ticks in the scale are placed above or below the ranges of the quantitative scale by choosing the options available in the [TickPosition](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.BulletGraph.BulletGraph.html#Syncfusion_Windows_Forms_BulletGraph_BulletGraph_TickPosition) property.

Expand Down