Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SFChartDateTimeStripLine

    This class can be used to render strip lines using DateTime values. This should be used with SFDateTimeAxis.

    Inheritance
    System.Object
    SFChartStripLine
    SFChartDateTimeStripLine
    Inherited Members
    SFChartStripLine.UpdateStripLine()
    SFChartStripLine.DrawInContext(CGContext)
    SFChartStripLine.DrawInRect(CGRect)
    SFChartStripLine.DrawLabel(NSString, CGRect)
    SFChartStripLine.SetNeedsDisplay()
    SFChartStripLine.OnPropertyChanged()
    SFChartStripLine.IsPixelWidth
    SFChartStripLine.BackgroundColor
    SFChartStripLine.BorderColor
    SFChartStripLine.BorderWidth
    SFChartStripLine.SegmentStartValue
    SFChartStripLine.SegmentEndValue
    SFChartStripLine.SegmentAxisName
    SFChartStripLine.EnableSegmentStripLine
    SFChartStripLine.Visible
    SFChartStripLine.BorderDashes
    SFChartStripLine.Text
    SFChartStripLine.LabelStyle
    SFChartStripLine.Width
    SFChartStripLine.RepeatEvery
    SFChartStripLine.CornerRadius
    Namespace: Syncfusion.MacOS.Charts.SfChart
    Assembly: Syncfusion.SfChart.XForms.macOS.dll
    Syntax
    public class SFChartDateTimeStripLine : SFChartStripLine

    Constructors

    SFChartDateTimeStripLine()

    Declaration
    public SFChartDateTimeStripLine()

    Properties

    RepeatEveryType

    Gets or sets the date time unit of the value specified in the RepeatEvery property.

    Declaration
    public SFChartDateTimeIntervalType RepeatEveryType { get; set; }
    Property Value
    Type Description
    SFChartDateTimeIntervalType

    RepeatUntil

    Gets or sets the axis value that determines till where the strip line has to be repeated in axis.

    Declaration
    public NSDate RepeatUntil { get; set; }
    Property Value
    Type Description
    Foundation.NSDate

    Start

    Gets or sets the axis value that represents, from where the strip line should start in axis.

    Declaration
    public NSDate Start { get; set; }
    Property Value
    Type Description
    Foundation.NSDate

    WidthType

    Gets or sets the date time unit of the value specified in the Width property.

    Declaration
    public SFChartDateTimeIntervalType WidthType { get; set; }
    Property Value
    Type Description
    SFChartDateTimeIntervalType

    Methods

    GetActualPeriodStrip()

    Declaration
    protected override double GetActualPeriodStrip()
    Returns
    Type Description
    System.Double
    Overrides
    SFChartStripLine.GetActualPeriodStrip()

    GetActualWidth(Double)

    Declaration
    protected override double GetActualWidth(double startStrip)
    Parameters
    Type Name Description
    System.Double startStrip
    Returns
    Type Description
    System.Double
    Overrides
    SFChartStripLine.GetActualWidth(Double)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved