WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CapLineStyle

    Show / Hide Table of Contents

    Class CapLineStyle

    Represents a dependency object that display a cap style in error bar.

    Inheritance
    System.Object
    LineStyle
    CapLineStyle
    Inherited Members
    LineStyle.StrokeProperty
    LineStyle.StrokeThicknessProperty
    LineStyle.StrokeDashCapProperty
    LineStyle.StrokeEndLineCapProperty
    LineStyle.StrokeLineJoinProperty
    LineStyle.StrokeMiterLimitProperty
    LineStyle.StrokeDashOffsetProperty
    LineStyle.StrokeDashArrayProperty
    LineStyle.Stroke
    LineStyle.StrokeThickness
    LineStyle.StrokeDashCap
    LineStyle.StrokeEndLineCap
    LineStyle.StrokeLineJoin
    LineStyle.StrokeMiterLimit
    LineStyle.StrokeDashOffset
    LineStyle.StrokeDashArray
    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 Description
    System.Windows.DependencyProperty

    VisibilityProperty

    The DependencyProperty for Visibility property.

    Declaration
    public static readonly DependencyProperty VisibilityProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    LineWidth

    Gets or sets a width for the line

    Declaration
    public double LineWidth { get; set; }
    Property Value
    Type Description
    System.Double

    Visibility

    Gets or sets the visiblity for the line

    Declaration
    public Visibility Visibility { get; set; }
    Property Value
    Type Description
    System.Windows.Visibility

    See Also

    LineStyle
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved