Charts使用時的基本屬性

2021-10-10 22:50:59 字數 2223 閱讀 6439

#pragma mark---折線圖 遵循** 

#pragma mark---折線圖

///新增限制線

-(chartlimitline *

)createlilitlineline:

(cgfloat)limit label:

(nsstring *

)label-(

void

)showchart

///設定座標軸資訊-(

void

)setxylineinfo:

(chartaxisbase *

)axisbase

#pragma mark - chartviewdelegate-(

void

)chartvalueselected:

(chartviewbase * __nonnull)chartview entry:

(chartdataentry * __nonnull)entry highlight:

(charthighlight * __nonnull)highlight-(

void

)chartvaluenothingselected:

(chartviewbase * __nonnull)chartview

#pragma mark - ichartvalueformatter delegate (折線值) 自定義顯示所畫的每個點的值

-(nsstring *

)stringforvalue:

(double

)value entry:

(chartdataentry *

)entry datasetindex:

(nsinteger)datasetindex viewporthandler:

(chartviewporthandler *

)viewporthandler

else

}#pragma mark - ichartaxisvalueformatter delegate (y軸值) (x軸的值寫在datevalueformatter類裡, 都是這個協議方法)

-(nsstring *

)stringforvalue:

(double

)value axis:

(chartaxisbase *

)axis

else}-

(cgfloat)getfilllinepositionwithdataset:

(id)dataset dataprovider:

(id)dataprovider-(

void

)showneeddata:

(nsarray *

)values

[_chartview setneedsdisplay];}

//每次新修改

nsmutablearray *datasets =

[[nsmutablearray alloc] init]

;for

(nsarray *subarr in values)

linechartdata *data =

[[linechartdata alloc] initwithdatasets:datasets]

; _chartview.data = data;if(

self

.isfirstshow)

[_chartview setneedsdisplay];}

-(linechartdataset *

)setdataset:

(nsarray *

)values

else

return set1;}-

(void

)setdatacount:

(int

)count range:

(double

)range

else

}self

.chartview.xaxis.axisminimum =0;

self

.chartview.leftaxis.axisminimum =

-100

;self

.chartview.leftaxis.axismaximum =

100;

[self showneeddata:

@[values]];

}

DOM基本屬性

查詢元素結點 1通過id查詢 document.getelemengbyid id 返回值為dom物件 2通過標籤名查詢 var demo document.getelementsbytagname li 返回乙個陣列集合 該集合由標籤名為li的元素結點組成 問題 集合元素只有li元素結點,那麼該結...

bash 基本屬性

bash基礎特性 命令歷史history 環境變數 histsize 命令歷史記錄的條數 histfile bash history histfilesize 命令歷史檔案記錄歷史的條數 history d 歷史命令數字 history c 刪除歷史命令 history 顯示歷史中最近的 命令 hi...

CSS基本屬性

一 visibility屬性 display none 隱藏元素 visibility 顯示 隱藏的 取值 1 visible 預設的可見的 2 hidden 隱藏 依然佔據頁面空間 3 collapse 使用在 元素上 刪除一行和一列的時候不影響 的整體布局 diplay 和 visibility...