Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SFStripLineLabelStyle

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

    Inheritance
    System.Object
    SFLabelStyle
    SFStripLineLabelStyle
    Inherited Members
    SFLabelStyle.OnPropertyChanged(Boolean, String)
    SFLabelStyle.Color
    SFLabelStyle.Font
    SFLabelStyle.BackgroundColor
    SFLabelStyle.BorderColor
    SFLabelStyle.BorderWidth
    SFLabelStyle.Margin
    SFLabelStyle.LabelFormatter
    SFLabelStyle.PropertyChanged
    Namespace: Syncfusion.MacOS.Charts.SfChart
    Assembly: Syncfusion.SfChart.XForms.macOS.dll
    Syntax
    public class SFStripLineLabelStyle : SFLabelStyle

    Constructors

    SFStripLineLabelStyle()

    Declaration
    public SFStripLineLabelStyle()

    Properties

    Angle

    Gets or sets the angle of rotation required for the SFChartStripLine label.

    Declaration
    public float Angle { get; set; }
    Property Value
    Type Description
    System.Single

    HorizontalAlignment

    Gets or sets the horizontal alignment of the SFChartStripLine label.

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

    VerticalAlignment

    Gets or sets the vertical alignment of the SFChartStripLine label.

    Declaration
    public SFChartAlignment VerticalAlignment { get; set; }
    Property Value
    Type Description
    SFChartAlignment
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved