Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SFChartTitle

    Represents title in SFChart.

    Inheritance
    System.Object
    SFChartTitle
    Namespace: Syncfusion.MacOS.Charts.SfChart
    Assembly: Syncfusion.SfChart.XForms.macOS.dll
    Syntax
    public class SFChartTitle : Object

    Constructors

    SFChartTitle()

    Declaration
    public SFChartTitle()

    Properties

    BackgroundColor

    Gets or sets Color that used to customize fill color of title background.

    Declaration
    public NSColor BackgroundColor { get; set; }
    Property Value
    Type Description
    AppKit.NSColor

    BorderColor

    Gets or sets Color that used to customize title stroke color.

    Declaration
    public NSColor BorderColor { get; set; }
    Property Value
    Type Description
    AppKit.NSColor

    BorderWidth

    Gets or sets float value that used to customize title border width.

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

    EdgeInsets

    Gets or sets the Margin for the title.

    Declaration
    public NSEdgeInsets EdgeInsets { get; set; }
    Property Value
    Type Description
    AppKit.NSEdgeInsets

    Font

    Gets or sets the font style for the title.

    Declaration
    public NSFont Font { get; set; }
    Property Value
    Type Description
    AppKit.NSFont

    LineBreakMode

    Gets or sets the value that indicates text wrap for the title.

    Declaration
    public NSLineBreakMode LineBreakMode { get; set; }
    Property Value
    Type Description
    AppKit.NSLineBreakMode

    Opacity

    Gets or sets TextAlignment that used to align title text in horizontally.

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

    Text

    Gets or sets string that represents SfChart's title text.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    TextAlignment

    Gets or sets TextAlignment that used to align title text in horizontally.

    Declaration
    public NSTextAlignment TextAlignment { get; set; }
    Property Value
    Type Description
    AppKit.NSTextAlignment

    TextColor

    Gets or sets Color value that represents SfChart's title text foreground color.

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