menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartStripLineLabelStyle - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartStripLineLabelStyle

    This class is used to customize the appearance of ChartStripLine's label.

    Inheritance
    System.Object
    ChartLabelStyle
    ChartStripLineLabelStyle
    Inherited Members
    ChartLabelStyle.BackgroundColor
    ChartLabelStyle.BackgroundColorProperty
    ChartLabelStyle.BorderColor
    ChartLabelStyle.BorderColorProperty
    ChartLabelStyle.BorderThickness
    ChartLabelStyle.BorderThicknessProperty
    ChartLabelStyle.Font
    ChartLabelStyle.FontAttributes
    ChartLabelStyle.FontAttributesProperty
    ChartLabelStyle.FontFamily
    ChartLabelStyle.FontFamilyProperty
    ChartLabelStyle.FontProperty
    ChartLabelStyle.FontSize
    ChartLabelStyle.FontSizeProperty
    ChartLabelStyle.LabelFormat
    ChartLabelStyle.LabelFormatProperty
    ChartLabelStyle.Margin
    ChartLabelStyle.MarginProperty
    ChartLabelStyle.TextColor
    ChartLabelStyle.TextColorProperty
    Namespace: Syncfusion.SfChart.XForms
    Assembly: Syncfusion.SfChart.XForms.dll
    Syntax
    public class ChartStripLineLabelStyle : ChartLabelStyle, IThemeElement

    Constructors

    ChartStripLineLabelStyle()

    Initializes a new instance of the ChartStripLineLabelStyle class.

    Declaration
    public ChartStripLineLabelStyle()

    Fields

    AngleProperty

    Gets or sets the angle of the strip line label. This is a bindable property.

    Declaration
    public static readonly BindableProperty AngleProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    HorizontalAlignmentProperty

    Gets or sets the horizontal alignment of the strip line label. This is a bindable property.

    Declaration
    public static readonly BindableProperty HorizontalAlignmentProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    VerticalAlignmentProperty

    Gets or sets the vertical alignment of the strip line label. This is a bindable property.

    Declaration
    public static readonly BindableProperty VerticalAlignmentProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    Angle

    Gets or sets the angle of the strip line label. This is a bindable property.

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

    This property takes the Angle as its value.

    HorizontalAlignment

    Gets or sets the horizontal alignment of the strip line label. This is a bindable property.

    Declaration
    public ChartLabelAlignment HorizontalAlignment { get; set; }
    Property Value
    Type Description
    ChartLabelAlignment

    This property takes the HorizontalAlignment as its value.

    VerticalAlignment

    Gets or sets the vertical alignment of the strip line label. This is a bindable property.

    Declaration
    public ChartLabelAlignment VerticalAlignment { get; set; }
    Property Value
    Type Description
    ChartLabelAlignment

    This property takes the VerticalAlignment as its value.

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