Class CapLineStyle
Represents a dependency object that display a cap style in error bar.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class CapLineStyle : LineStyle
Constructors
CapLineStyle()
Declaration
public CapLineStyle()
CapLineStyle(ChartSeriesBase)
Declaration
public CapLineStyle(ChartSeriesBase series)
Parameters
Type | Name | Description |
---|---|---|
ChartSeriesBase | series |
Fields
LineWidthProperty
The DependencyProperty for LineWidth property.
Declaration
public static readonly DependencyProperty LineWidthProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
VisibilityProperty
The DependencyProperty for Visibility property.
Declaration
public static readonly DependencyProperty VisibilityProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
LineWidth
Gets or sets a width for the line
Declaration
public double LineWidth { get; set; }
Property Value
Type |
---|
System.Double |
Visibility
Gets or sets the visiblity for the line
Declaration
public Visibility Visibility { get; set; }
Property Value
Type |
---|
System.Windows.Visibility |