ChartAxisYLogarithmBase Property |
Logarithm base.
RemarksMin possible value is 2
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic double LogarithmBase { get; set; }
Public Property LogarithmBase As Double
Get
Set
public:
property double LogarithmBase {
double get ();
void set (double value);
}
member LogarithmBase : float with get, set
Property Value
Type:
Double
See Also