Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgindi committed Nov 2, 2016
1 parent 199de79 commit 37b6e97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Charts/Components/AxisBase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ open class AxisBase: ComponentBase
/// the number of entries the legend contains
open var entryCount: Int { return entries.count }

/// the number of y-label entries the y-labels should have
/// the number of label entries the axis should have
///
/// **default**: 6
fileprivate var _labelCount = Int(6)
Expand Down Expand Up @@ -213,7 +213,7 @@ open class AxisBase: ComponentBase
/// the total range of values this axis covers
open var axisRange = Double(0)

/// the number of label entries the y-axis should have
/// the number of label entries the axis should have
/// max = 25,
/// min = 2,
/// default = 6,
Expand Down

0 comments on commit 37b6e97

Please sign in to comment.