Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SFChartNumericalStripLine

    This class can be used to render strip lines using number values. This should be used with SFNumericalAxis, SFLogarithmicAxis and SFCategoryAxis.

    Inheritance
    System.Object
    SFChartStripLine
    SFChartNumericalStripLine
    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 SFChartNumericalStripLine : SFChartStripLine

    Constructors

    SFChartNumericalStripLine()

    Declaration
    public SFChartNumericalStripLine()

    Properties

    RepeatUntil

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

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

    Start

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

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

    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