menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class DateTimeStripLine

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

    Inheritance
    System.Object
    ChartStripLine
    DateTimeStripLine
    Inherited Members
    ChartStripLine.CornerRadius
    ChartStripLine.DrawLabel(Canvas, RectangleF)
    ChartStripLine.DrawPath(Canvas, Path)
    ChartStripLine.DrawRect(Canvas, RectangleF)
    ChartStripLine.FillColor
    ChartStripLine.LabelStyle
    ChartStripLine.OnPropertyChanged()
    ChartStripLine.PixelWidth
    ChartStripLine.RepeatEvery
    ChartStripLine.SegmentAxisName
    ChartStripLine.Segmented
    ChartStripLine.SegmentEnd
    ChartStripLine.SegmentStart
    ChartStripLine.StrokeColor
    ChartStripLine.StrokePathEffect
    ChartStripLine.StrokeWidth
    ChartStripLine.Text
    ChartStripLine.Visibility
    ChartStripLine.Width
    Namespace: Com.Syncfusion.Charts
    Assembly: Syncfusion.SfChart.Android.dll
    Syntax
    public class DateTimeStripLine : ChartStripLine

    Constructors

    DateTimeStripLine()

    Declaration
    public DateTimeStripLine()

    Properties

    RepeatEveryType

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

    Declaration
    public DateTimeIntervalType RepeatEveryType { get; set; }
    Property Value
    Type
    DateTimeIntervalType

    RepeatUntil

    Declaration
    public Date RepeatUntil { get; set; }
    Property Value
    Type
    Java.Util.Date

    Start

    Declaration
    public Date Start { get; set; }
    Property Value
    Type
    Java.Util.Date

    WidthType

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

    Declaration
    public DateTimeIntervalType WidthType { get; set; }
    Property Value
    Type
    DateTimeIntervalType

    Methods

    GetActualPeriodStrip()

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

    GetActualWidth(Double)

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