menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CapLineStyle - UWP API Reference | Syncfusion

    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.Stroke
    LineStyle.StrokeDashArray
    LineStyle.StrokeDashArrayProperty
    LineStyle.StrokeDashCap
    LineStyle.StrokeDashCapProperty
    LineStyle.StrokeDashOffset
    LineStyle.StrokeDashOffsetProperty
    LineStyle.StrokeEndLineCap
    LineStyle.StrokeEndLineCapProperty
    LineStyle.StrokeLineJoin
    LineStyle.StrokeLineJoinProperty
    LineStyle.StrokeMiterLimit
    LineStyle.StrokeMiterLimitProperty
    LineStyle.StrokeProperty
    LineStyle.StrokeThickness
    LineStyle.StrokeThicknessProperty
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.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
    Windows.UI.Xaml.DependencyProperty

    VisibilityProperty

    The DependencyProperty for Visibility property.

    Declaration
    public static readonly DependencyProperty VisibilityProperty
    Field Value
    Type
    Windows.UI.Xaml.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
    Windows.UI.Xaml.Visibility

    Extension Methods

    DateTimeExtension.ToDateTime(Object)

    See Also

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