Skip to content

Commit

Permalink
add seperator set drag for x axis and y axis for Objective-c (#3421)
Browse files Browse the repository at this point in the history
  • Loading branch information
lennonhe authored and jjatie committed Apr 25, 2018
1 parent 6b730a0 commit e1c4f58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Charts/Charts/BarLineChartViewBase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1537,7 +1537,7 @@ open class BarLineChartViewBase: ChartViewBase, BarLineScatterCandleBubbleChartD
}

/// is dragging on the X axis enabled?
open var dragXEnabled: Bool
@objc open var dragXEnabled: Bool
{
get
{
Expand All @@ -1550,7 +1550,7 @@ open class BarLineChartViewBase: ChartViewBase, BarLineScatterCandleBubbleChartD
}

/// is dragging on the Y axis enabled?
open var dragYEnabled: Bool
@objc open var dragYEnabled: Bool
{
get
{
Expand Down

0 comments on commit e1c4f58

Please sign in to comment.